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.

[参考译文] RM57L843:禁用 ESM 中断

Guru**** 2524550 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1265123/rm57l843-disabling-esm-interrupt

器件型号:RM57L843

您好!

ESM 中断(映射到 VIM 通道0和 FIQ 的错误信号模块)是否被_disable_interrupts()内在函数禁用?

我之所以提出这个问题、是因为在正常运行期间、我的程序需要禁用中断、但我不想禁用 ESM 中断。 我 是否应该使用_disable_irq()而不是_disable_interrupts()?

提前感谢您的回复。