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.
在函数 Interrupt_initModule()@ESTOP0指令中执行新的电路板启动和代码停止。 位置3fe751。
如何获取 用于调试问题的源代码?
代码在 F280025 controlCARD 上运行正常。
您好、Henry、
Driverlib 源文件夹中提供了 Interrupt_initModule 函数。 地址3fe751实际上是引导 ROM 地址。 似乎发生了复位、代码卡在引导代码中。 libraries\boot_rom\f28002x 文件夹中提供了 BootROM 符号.out 和源代码。
您可以单步执行 Interrupt_init 函数并检查它引起复位的位置。
此致、
Veena