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.

[参考译文] LAUNCHXL-CC1312R1:配置本地异常处理程序

Guru**** 2468460 points


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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1468851/launchxl-cc1312r1-configure-local-exceptionhandler

器件型号:LAUNCHXL-CC1312R1

工具与软件:

您好!

我运行程序、在~ 2分钟后它停止运行(LED 闪烁指示)
当我停止调试器调试器崩溃、显示"Failed to stop excutation (Error -2064 @ 0x0)"
无法读取器件状态(可能为空指针或 WDT 复位)

单击"OK"后:
无法清除中断:(错误-1170 @ 0x2FEA)、单击"OK (确定)"、"Same erroe @ 0xC1A、单击"OK (确定)"、"Same error (相同错误)"@"0xC4A (0xC4A)"。

我尝试连接到内部(应用程序自定义 exceptionHandler)

它在应用程序 cfg 文件中定义:
m3Hwi.enableException = true;
m3Hwi.excHandlerFunc ="&exceptionHandler";

exceptionHandler 已编译、但未出现在映射文件中、因此未运行。

我应该执行什么操作来运行此函数?