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
9039 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
Joseph Yiu
over 12 years ago
Note: This was originally posted on 28th June 2011 at
http://forums.arm.com
Hi Zova,
A easier way to do this is to enable the TCM during startup code, and program the coprocessor register for TCM configuration, and then copy the required program code into the I-TCM before entering main. However, this might not be possible in some boards with fixed firmware / OS.
Have you look at the TRM?
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301h/Chdhbjjb.html
regards,
Joseph
Cancel
Vote up
0
Vote down
Cancel
Reply
Joseph Yiu
over 12 years ago
Note: This was originally posted on 28th June 2011 at
http://forums.arm.com
Hi Zova,
A easier way to do this is to enable the TCM during startup code, and program the coprocessor register for TCM configuration, and then copy the required program code into the I-TCM before entering main. However, this might not be possible in some boards with fixed firmware / OS.
Have you look at the TRM?
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301h/Chdhbjjb.html
regards,
Joseph
Cancel
Vote up
0
Vote down
Cancel
Children
No data