how to copy bootloader from flash and run in ram on startup
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-11-22 8:38 PM
Posted on November 23, 2005 at 05:38
how to copy bootloader from flash and run in ram on startup
Labels:
- Labels:
-
Legacy Products
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-11-19 3:01 PM
Posted on November 20, 2005 at 00:01
im using IAR ARM for str711F1, anyone have a port of the IAP (in application programming) project from RVDK for the IAR compiler. Or does anyone have tips using IAR to copy flash regions into ram and run from ram on startup ?
thanks for any help.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-11-21 8:51 PM
Posted on November 22, 2005 at 05:51
that helps alot, thanks, looks good, and it's running from ram.
one question, when i start the debugger using this method (running from ram), it randomly jumps into the middle of my program and runs from there, how come it isn't starting form main, shouldn't I be able to step through the program from the start?