|
|||||||||||
Technical Support Support Resources
Product Information |
C51: Stack and Reentrant Stack Symbolic NamesInformation in this article applies to:
QUESTIONI wish to perform some debugging on my project and in order to set watchpoints I need to know the symbolic names given to the system stack and reentrant stack pointers. What are they? ANSWERThe system stack is actually an SFR with the name SP. The symbolic name of the reentrant stack depends on which memory model you are using:
You will be able to set watchpoints on these symbols to watch the system stack and reentrant stack pointers. If your debugging software allows it you may be able to do such things as stop execution when the stack pointer reaches the top of IDATA or the system and reentrant stack pointers point to the same location, thus detecting stack overflows. MORE INFORMATION
SEE ALSO
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.