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.

AM5708: 在AM5708的DSP中进行的是RTOS,RTOs新建的进程中,是否必须添加一个延时函数来释放占用的CPU

Part Number: AM5708


在AM5708的DSP中进行的是RTOS,RTOs新建的进程中,是否必须添加一个延时函数来释放占用的CPU。

其他的RTOs,如Freertos中,都会在任务的while(1)中,添加一个延时函数,防止一个任务一直占用CPU。

TI的RTOS中,是否也有这样的要求。