• Max stack usage, can uVision register it?
    Hi All, Anyone knows if uVision can register the maximum stack usage in debug mode?.. Is very useful to run the code in the target and then check the maximum usage of the stack in any moment in order...
  • Stack usage
    Hi, I am using your C51 with a Triscend TE505 as the target. I cannot really figure out how exactly the C51 handles the stack for the TE505. How much stack space do I have and how the TE505's 256 bytes...
  • 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...
  • code reduce
    Hi All I'm writing a software for 8 bit architecture using uvision 2. But when I try to compile my project using uvision2 it gives the following error *** ERROR L107: ADDRESS SPACE OVERFLOW ....
  • What's the difference between Stack size and Max Depth?
    for example: int the Static Call Graph file: SD_DMARxAbort (Thumb, 76 bytes, Stack size 16 bytes, stm32f7xx_hal_sd.o(i.SD_DMARxAbort)) [Stack] Max Depth = 128 Call Chain = SD_DMARxAbort ⇒ HAL_SD_GetCardState...