• Stack usage information
    How does one determine the stack usage and program size? On this page, it says to link with --callgraph to produce a static callgraph, showing information on stack usage and the functions. Not too...
  • Max Stack Usage Reduces
    Hi I am a newbie in embedded development, I have a question about Stack usage watermark feature. I enabled this feature to have a look at the max stack usage, So for e.g. just when the debugger is started...
  • How to find maximum Stack usage(size)
    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. ...
  • Keil RTOS V2 stack usage debug
    Hi, I'm trying to check the stack usage with the debugger checking the watermark option but can't see any stack in the System and Ttread Viewer, it's empty... Thanks
  • C Library Stack Usage: AC6 vs AC5
    Noticed particularly the stack usage difference of a function _printf_f between ARM Compiler 6 (tested with 6.11) and ARMCC 5.06 (update 6) is a whopping 6x more on the AC6 (1968 bytes on AC6 vs 320...