sm_io/*/acq/*: fix (again) number of pre/post acquisition samples
We need to acquire a multiple number of samples_alignment value. With samples_alignment being 4 (typical for the ADC and ADCSWAP channels), the following equation yields correct results: num_samples_aligned = num_samples_pre + num_samples_aligned - (num_samples_pre % num_samples_aligned)
Please register or sign in to comment