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:CPU 暂停期间不调用 ADC 中断路由

Guru**** 2337880 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1017824/tms320f280049c-adc-interrupt-routing-is-not-called-during-cpu-halt

器件型号:TMS320F280049C

我正在使用随 TIDM_DCDCBUCK 提供的固件示例"Buck_F28004x"。  在 CPU 暂停/步进模式期间如何处理中断路由'interrupt void ISR1 (void)'?

具体而言、我在函数'BUCK_runIsr (void)'中添加了一条指令'ISR_Number+=1;'、我注意到当 CPU 暂停时、ISR_Number 不再发生变化。