We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I use LPC2478 and would like to know if there is any way to measure in real time the stack load? thanks
Was thinking of enjoying the idle task of RTX to check on my stack allocated tasks. So could have a datalogger with the % usage of the stack.
Also thought to monitor the CPU usage of each task, so I can estimate what task is hogging the CPU.
Thanks.
The trick with RT applications is that it is normally more important to figure out the response times from the different threads, than the amount of CPU they consume. CPU load is more a question of power consumption, as long as all events gets processed in time.