Execute code from external RAM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-10-07 9:46 AM
Posted on October 07, 2009 at 18:46
Execute code from external RAM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:25 AM
Posted on May 17, 2011 at 13:25
You bl to the code?
it going to run 10x slower in external memory, if you didn't knowOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:25 AM
Posted on May 17, 2011 at 13:25
I am trying to write linker scripts to execute code out of external RAM instead of the embedded SRAM (0x2000 0000). Can any one point me to some documentation / pointers which has info on this?
The .icf linker script has been modified for the external SRAM to be defined. But if i just say place in extSRAM(CSTACK , HEAP), the code doesnot execute out of external SRAM. Please help.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:25 AM
Posted on May 17, 2011 at 13:25
Thanks!
Can anyone post a piece of code to execute this? I am not really an expert with assembly.