• Reentrant stack & hardware stack ...
    From Cx51 User's guide, I learned that: The simulated stack area for reentrant functions is organized from top to bottom—it stacks down. The 8051 hardware stack is just the opposite and is organized...
  • Reentrant stack & hardware stack ...
    From Cx51 User's guide, I learned that: The simulated stack area for reentrant functions is organized from top to bottom—it stacks down. The 8051 hardware stack is just the opposite and is organized...
  • Exception entry stacking on Cortex-M7, not possible to stack onto Main stack at any case?
    Hi all, I had a long trouble finding a "nonsense" issue with IRQ handing, using an ARM Cortex-M7 core equipped MCU. In short words: there is a somewhat complex (not that much) system with tiny OS...
  • How to get Call Stack from stack data.
    Note: This was originally posted on 23rd January 2009 at http://forums.arm.com Hi everyone.    Here is a question that puzzled me a long time. if I get stack data(HEX data),  anyone konw that how to get...
  • Call stack + locals doesn't display the main stack
    When i run the debug mode hte Call stack + locals doesn't display the "main" file and the debug arrows(green and yellow) are in the "startup_stm32f407xx.s" file and they should be in "main.cpp". ...