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