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.
大家好
NMI 服务例程不可访问
我在 C 文件中为 NMI 编写了一个服务例程、并运行一个触发不可纠正的 ECC RAM 错误的代码、它会打开 interrupt.h 中在 ti driverlib 中定义的 Interrupt_illegalOperationHandler、 如果我使用中断寄存器函数用 同样在 ti driverlib 中 interrupt.h 中定义的例程 Interrupt_nmiHandler 注册 NMI、它会正常工作、代码跳转在那里。 问题是当我键入我自己的 NMI 维修例程并把它放在一个源文件代码不跳那里,而是给我一个错误作为屏幕截图
是什么导致了这一问题,如何解决?
谢谢
你好
似乎 在我编写的服务例程中遗漏了 ESTOP0这个词、它成功了