Part Number: MSPM0C1104
Tool/software:
May I ask how to configure the ADC of MSPM0C1104 to be converted by Timer and the converted data to be output by DMA?
Must the timer have an interrupt enabled?
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.
Part Number: MSPM0C1104
Tool/software:
May I ask how to configure the ADC of MSPM0C1104 to be converted by Timer and the converted data to be output by DMA?
Must the timer have an interrupt enabled?
For timer to trigger ADC, please refer to this code example. You don't need to use a Timer interrupt.
For ADC+DMA, you can refer this code example:

After testing the program for the timer to start the ADC, I found that the timer only started the interrupt once. I reset the value of the timer in the ADC interrupt, but it still couldn't enter the interrupt again. What should I do?