Hi
In my design, I need to sample two ADC channels simultaneously by doing the ADC parallel conversion. The sampling time for a single ADC channel is about 1.34 µs.
What is the right way to do it? My understanding so far:
When configuring the BCTU (see the image below), the expectation is that it will initiate conversions on both ADC0 and ADC1 simultaneously. Based on my understanding of cross-triggering and parallel conversion:
- The FIFO should receive two results:
ADC0_CH2 and ADC1_CH2,
both sampled within the same 1.34 µs time window.
Is this understanding correct?

From my testing (Se the image below ), it appears that the BCTU list determines the order of conversions, where:
- First entry → ADC0
- Second entry → ADC1
The FIFO then receives two results:
This raises an important question:
Does true parallel sampling occur, or are these conversions still sequential?
If they are sequential, what is the actual timing?
Is it still 1.34 µs per signal, or does the system complete both within the same 1.34 µs window?

In addition to my previous observations, I have more question:
What Are the Downsides of Parallel ADC Conversion?
What happens when we configure the system to sample the same channel on two different ADC instances (ADC0 and ADC1) at the same time?

- Does this introduce extra noise due to simultaneous sampling on the same signal line?
- Is there any delay or timing penalty compared to sampling different channels?
Which Approach Do You Recommend?
- Sampling the same channel simultaneously on two different ADCs, or
- Sampling two different channels simultaneously on two different ADCs?
I hope to get a clear answer to all these questions because understanding these details is crucial for designing an efficient and reliable system.