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.

RTOS/TI-RTOS: RTOS System_printf

Part Number: TI-RTOS

Tool/software: TI-RTOS


I created a new rtos project as follows, System_printf ("enter taskFxn () \ n"); Task_sleep (10); Call these two functions, I found printf and did not print to ccs, task_sleep will not return, will always block live.

Need to modify this example project where?