Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Moving stack from TCM to external DDR2 SDRAM
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
3115 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Moving stack from TCM to external DDR2 SDRAM
Kevin Schaffer
over 12 years ago
Parents
Kevin Schaffer
over 12 years ago
Note: This was originally posted on 22nd November 2011 at
http://forums.arm.com
One more question: In a given function, does SP point to the highest used address on the stack? Or does it point to, say, the first used address of the local function, and, if the local function used, say, 12 bytes, SP, SP - 4, and SP - 8 are all used, so if I was looking for the address of the first *unused* byte (4-byte) location, I'd have to look at SP - 12?
Cancel
Vote up
0
Vote down
Cancel
Reply
Kevin Schaffer
over 12 years ago
Note: This was originally posted on 22nd November 2011 at
http://forums.arm.com
One more question: In a given function, does SP point to the highest used address on the stack? Or does it point to, say, the first used address of the local function, and, if the local function used, say, 12 bytes, SP, SP - 4, and SP - 8 are all used, so if I was looking for the address of the first *unused* byte (4-byte) location, I'd have to look at SP - 12?
Cancel
Vote up
0
Vote down
Cancel
Children
No data