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.