Tool/software: TI-RTOS
Hello colleguest,
I do debug multithreaded application TI-RTOS, on TIVa processor.
There are 3 threads all the same priority, they are extensively using semaphores to delegate execution with each other.
At some point I see the following.
Debuger says that target is running but nothing happens (control led , I programmed for monitor execution loop, doesnt blink)
And I see with my debugger following
Is it stack overflow state?
If yes what to do? I already increased stack for thread setting.
What esle?
How to know for sure that stack is overflow?
Thanks