Other Parts Discussed in Thread: CC2630
请教一下:
cc2630中执行到 ICall_createRemoteTasks(void)中的Task_restore(keytask)后程序卡死,不能退出ICall_createRemoteTasks(void) 是什么原因?
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.
Other Parts Discussed in Thread: CC2630
请教一下:
cc2630中执行到 ICall_createRemoteTasks(void)中的Task_restore(keytask)后程序卡死,不能退出ICall_createRemoteTasks(void) 是什么原因?
It looks like you may not have built/flashed the Stack project. Try a clean start and erase the entire flash on the chip with flash programmer 2. Then build and load the application projects first then the stack project.
你好!
我按照你的回答 以及 802.15.4 MAC User’s Guide for CC26xx 手册中所述进行操作之后,问题仍然出现。请问该如何解决