Start a program in RAM?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-08-18 4:08 AM
Posted on August 18, 2009 at 13:08
Start a program in 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:20 AM
Posted on May 17, 2011 at 13:20
I have an application in FLASH. I want it to be able to download a program to SRAM and then execute it.
What traps or pitfalls do I have to think about? I have previously made a bootloader that calls a main program in FLASH memory. Do I call a program in SRAM the same way?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:20 AM
Posted on May 17, 2011 at 13:20
It's going to run quite a bit slower then when running in FLASH
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:20 AM
Posted on May 17, 2011 at 13:20
Hi sima, obtronix,
Thanks for the comments, Note also to remap the interrupts into RAM if you them in your application. Running program from RAM is useful for user boot-loader applications or to program the Internal flash as well. Cheers, ST1.