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.

LP-MSPM0L1306: how to use Periodic TIMER's zero event to trigger ADC Single channel single conversion

Part Number: LP-MSPM0L1306
Other Parts Discussed in Thread: MSPM0L1306

Tool/software:

I use the example adc12_triggered_by_timer_event_LP_MSPM0L1306_nortos_ticlang, and I modify some config. I want to use Periodic TIMER's zero event to trigger ADC Single channel single conversion, but it did not work. the following is my setup.     .The ADC interrupt will only work once, and I think it is triggerd by the init function(

DL_ADC12_enableConversions(ADC12_0_INST);). I need your help, thx.