• Unexpectd stack depth in html document
    On time opt, keil generated ,htm file showing wrong Call chain for Maximum Stack Depth. That path never followed, is due to optimization compiler found some strange common code or something??? ...
  • 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...
  • set heap and stack memories
    Note: This was originally posted on 8th March 2012 at http://forums.arm.com Hello I'm working on a software project based on an AT91SAM9XE256 ARM9 (similar to 9260) I want to set all variables and stack...
  • stack Heap setting prob
    Hi i am using RealView mdk for LPC2368 and trying #pragma import (__use_no_semihosting_swi) and redefining stack and heap in retarget.c __value_in_regs struct __initial_stackheap __user_initial_stackheap...
  • How to set system stack other than 0xFC00?
    Hi, All the SP, STKOV, and STKUV's highest 4 bits are masked to '1'. Does that mean those registers have to be 0xFxxx only? May I change the system stack to somewhere else, say 0xc200? Thanks a lot...