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.

TMS320F280049C: ADC interrupt routing is not called during cpu halt

Part Number: TMS320F280049C


I am working with firmware example 'buck_F28004x' provided with TIDM_DCDCBUCK. how to serve the interrupt routing 'interrupt void ISR1(void)' during cpu halt/step mode?

Specifically, i added an instruction 'ISR_number+=1; ' in function 'BUCK_runIsr(void)', i noticed when cpu halt, ISR_number doesn't change anymore.