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.

task_sleep blocked

Other Parts Discussed in Thread: SYSBIOS, TM4C1294NCPDT

Good day,

I am using TI-RTOS with TM4C.

Sometimes my application remains hang-up in Task_sleep(5).

It is not happens all the time but enough often.

I attached the stack.

Searching in logs I found that a normal sequence of tasks switch looks like:

But in my case when remains blocked in Task_sleep the log is:

Basically will never log Task_LD_ready.

The task 0x___8340 is my main task and 0x___84bc is the idle task.

Thanks

Horea