请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TI-RTOS
工具/软件:TI-RTOS
我创建了一个新的 RTOS 项目、如下所示、System_printf ("进入 taskFxn ()\ n");Task_sleep (10);调用这两个函数、我找到 printf 但未打印到 CCS、task_sleep 不会返回、将始终阻止运行。
需要在何处修改此示例项目?
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
工具/软件:TI-RTOS
我创建了一个新的 RTOS 项目、如下所示、System_printf ("进入 taskFxn ()\ n");Task_sleep (10);调用这两个函数、我找到 printf 但未打印到 CCS、task_sleep 不会返回、将始终阻止运行。
需要在何处修改此示例项目?