Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
RAM in Code memory area
Jump...
Cancel
Locked
Locked
Replies
9 replies
Subscribers
119 subscribers
Views
9037 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
RAM in Code memory area
Woody Wu
over 12 years ago
Note: This was originally posted on 20th June 2011 at
http://forums.arm.com
Hi,
My board has 32K SRAM in the code memory area (within the first 0.5G), also has the same size of build in SRAM in data area. My question is, what kind of data are suitable to put in CODE area? Particularly, should I set the main stack in CODE SRAM or DATA SRAM?
Thanks in advance.
Parents
Alban Rampon
over 12 years ago
Note: This was originally posted on 21st June 2011 at
http://forums.arm.com
Hello,
Linkers I've used all understand the CODE segments as being READ_ONLY.
Therefore I would not put a stack there... and the stack is not code.
Still, your question being on the vague side, it's not necessarily easy to grasp what you are working on.
Kindly,
Alban.
Edit: spelling
Cancel
Vote up
0
Vote down
Cancel
Reply
Alban Rampon
over 12 years ago
Note: This was originally posted on 21st June 2011 at
http://forums.arm.com
Hello,
Linkers I've used all understand the CODE segments as being READ_ONLY.
Therefore I would not put a stack there... and the stack is not code.
Still, your question being on the vague side, it's not necessarily easy to grasp what you are working on.
Kindly,
Alban.
Edit: spelling
Cancel
Vote up
0
Vote down
Cancel
Children
No data