Determine the configuration for the ADCs
including reference source, reference value, resolution, and sampling rate based
on the given analog input and design requirements.
Determine the period of the timer that triggers
the ADCs based on design requirements.
Generate two array buffers with sizes matching
those of the DMA transfer size to store all of the ADC conversion results.
In SysConfig, configure the timer as an event
publisher to a 1:2 channel and have each ADC configured as a subscriber to the
same channel.
Write Application Code to start the timer
and process the simultaneously sampled data.