Hi,
I am using TI MSC1210Y5 controller with Keil u-vision 4.02 .
Is there any way to find the maximum stack size(usage) in a firmware during any time the firmware application is running.
I just need an indication, that what is the maximum stack usage of my application. Either way way works for me , Online (when application is running) or Offline (after application run for sometime), to get maximum stack usage.
Asad
write the stack area with, say, 0xa5 and look at it in the debugger after the unit has run for a while
Erik