Determine the configuration for the ADC including reference
source, reference value, resolution, and sampling rate based on the given analog
input and design requirements.
Generate two array buffers to store the ADC data and set the
buffer size and DMA transfer size the same so the DMA fills the whole
buffer.
Configure the ADC in SysConfig
based on the project requirements discovered in Step1.
Configure the DMA in SysConfig
in the ADC section.
Write Application Code to dynamically change the
destination address of the DMA to alternate between buffers. See Figure 5-1 for an overview or view the code directly.