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.

TI-RTOS问题

Other Parts Discussed in Thread: CC2650, CC2530

我用CC2650 4*4的芯片跑ZStack Home中的例程

cc2650中执行到 ICall_createRemoteTasks(void)中的Task_restore(keytask)后程序卡死(也许跑飞不知道哪去了),不能退出ICall_createRemoteTasks(void) 是什么原因?

我把Task_restore(keytask)的keytask参数改为1以后,就能运行通过,Task_restore()这个函数具体是什么作用?