使用的是TI的Demo板,多加了一个任务(osi_TaskCreate),sl_Start会卡死,去掉任务不会卡死
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的Demo板,多加了一个任务(osi_TaskCreate),sl_Start会卡死,去掉任务不会卡死
你是基于哪个例程加的任务,在创建任务之前有没有这个API VStartSimpleLinkSpawnTask(SPAWN_TASK_PRIORITY);?