大家好,
我用的是CC1310芯片,flash是128K的空间,
程序跑起来,很大概率会死机,用仿真器看发现代码最后停在了0x10000486的位置, 超出了128K的位置,
看代码上下文,上一条指令是wfi,难道这片位置的代码是ti自己的库吗?
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.
注意这是公共论坛,如果代码涉及机密,建议你删除它
按照这里的步骤使用ROV监控下任务:https://dev.ti.com/tirex/content/simplelink_cc13x0_sdk_4_10_01_01/docs/proprietary-rf/proprietary-rf-users-guide/proprietary-rf-guide/debugging-index.html
另外在这里加个LED或者串口打印,看是否会进入到这里面:
if(EasyLink_init(&easyLink_params) != EasyLink_Status_Success)
{
System_abort("EasyLink_init failed");
// use LED or UART to monitor iInitialization state
...
}