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.

[参考译文] TMS320F280039C:TMS320F280039C

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1231486/tms320f280039c-tms320f280039c

器件型号:TMS320F280039C

大家好  

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

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

    你好  
    似乎 在我编写的服务例程中遗漏了 ESTOP0这个词、它成功了