CPU: Tiva 129
CCS: Version: 6.1.2.00015
TIRTOS:tirtos_tivac_2_14_04_31
TivaWare_C_Series-2.1.2.111
xdctools_3_31_01_33_core
In the board we are designing there is a need to gather data from an ADC at a relatively high rate to
monitor how a device responds to being turned on.
I would like to be able to do this with DMA to minimize CPU overhead.
So basically we want to use a timer to trigger DMA readings from an ADC to gather say 1024 readings
to a contiguous region of memory and interrupt when done.
Can you point me to a similar example?