This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Under Flow -> system crash

Hi.

I am working with a LPC2388 and using the RTX.

I have 6 task and 2 interrupt running at the same time.

Everything is working fine, until the system crashes. The time from power-on until it stops working is not the same.

When I use my ULINK debugger I get "under flow" to one of the task that is running.

I have tried to increase the size of the stack in the interrupt mode, but getting the same result.

Has any one a good idea to solve my problem or had the same problem?

  • When I use my ULINK debugger I get "under flow" to one of the task that is running.

    I have tried to increase the size of the stack in the interrupt mode, but getting the same result.

    Well, if one of your stacks really underflows, then increasing its size will definitely not fix the problem - ever.

    A stack underflow indicates that there is a fundamental problem with the code - it attempts to remove more elements from the stack than it put on the stack.