This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
This task must be programmed in two steps:
a) TimerControlTrigger(ulBase, ulTimer, true); // use the appropriate settings for ulBase, ulTimer parameters
b) ADCSequenceConfigure( …, ulTrigger,…); // ulTrigger reflects trigger source, which in your case should be ADC_TRIGGER_TIMER
Please review all these before using by reading the documentation of peripheral driver library to be found in /doc folder of your Tiva installation. Also these functions are documented in the driverlib source files.
Petrei