Hi,
I am debugging with my application with FreeRTOS on LPC1830,
At first, I find my application have different running result with enable debug message out and disable.
When I enable my debug message, the result is correct.
In my experience, my application may has something wrong.
I find one of my task always show the stack usage is too much,
I don't know why, no mater how I increase the stack size, and I remove all variable and function call in this task,

It still happens?
Is any possible reason to cause this condition?
Thanks
Ken