请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
您好!
我正在使用 TDA2Px、并且我正在尝试触发 IPU (M4-Cortex)上的中断。
- 如何使用寄存器 CORTEXM4_CTRL_REG 通过软件触发中断?
- 如何通过软件触发特定中断?
谢谢
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.
您好!
我正在使用 TDA2Px、并且我正在尝试触发 IPU (M4-Cortex)上的中断。
谢谢
尊敬的 Andreas:
我不确定是否有这样的 API。 但是、您可以通过设置 NVIC_ISPR 寄存器来触发中断。
有关更多详细信息、请参阅 Cortex M4 TRM infocenter.arm.com/.../DDI0439B_cortex_m4_r0p0_trm.pdf 的嵌套矢量中断控制器一章。
此致、
Rishabh