Hello all.
We are sampling 2 channels at a 800ksps rate on our internal ADC0 (set at a 2 MSPS conversion rate) on a TM4c1294 launchpad board, via uDMA and triggered by a Timer.
Those 2 channels used are AIN1 (PE2) and AIN3 (PE0)
However, at high input frequencies we are watching some delay between them (not appreciable at lower freq).
We have tried to set ADCPhaseDelaySet(ADC0_BASE,ADC_PHASE_0) to correct the issue with no luck.
Is there a workaround to solve/minimize this problem, since it is causing a lot of pain on the output of a later FFT process.
Thank you.