Tool/software: Code Composer Studio
Hi All,
I'm looking to get set up with uDMA on a timer triggered ADC with my Tiva TM4C123GH6PM. So far, I've found this thread quite instructive: .
The example code there works perfectly however, I am interested in getting a solution that uses ADC_TRIGGER_TIMER rather than ADC_TRIGGER_ALWAYS. The reason being that I want to have an exact sampling interval so that I can perform signal processing using the CMSIS DSP library which I've already set up. I've taken the original code and modified the ConfigADC0 function as follows:
Unfortunately, it seems that the ADC trigger never occurs and the value returned is always 9999 (which is the value initialized before the main loop).
Does anyone see where I went wrong?
Has anyone had success in creating a Tiva project that continuously performs DMA transfers with timer triggered ADC?
Cheers,
Jim