Hello.
In our project, until now, the sampling of two ADC channels was made via only one ADC (ADC0). Due to phase requirements, I need to sample those channels simultaneously, via ADC0 and ADC1.
The ADC0 was triggered via an external pin at 500khz, and the data was captured via PING-PONG buffer with the DMA and it was working fine.
As I understand, now I need to set up another sequencer for the ADC1, another DMA channel for the ADC1, and I need to change my DMA setup on the ADC0 because I will be capturing only one channel (half the data). Right?
Does the ARB size change as well?
Will I get two interrupts instead of only one? If so, will those interrupts be consecutive at nearly the same time?
Do you have an example for this?
Thank you
PS: Besides I have seen that there is a bug with ADCSequenceConfigure and ADC1 in Tivaware. What workaround do you recommend?