Skip to main content
covertlife
Associate II
November 23, 2005
Question

how to copy bootloader from flash and run in ram on startup

  • November 23, 2005
  • 2 replies
  • 858 views
Posted on November 23, 2005 at 05:38

how to copy bootloader from flash and run in ram on startup

This topic has been closed for replies.

2 replies

covertlife
Associate II
November 19, 2005
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.

covertlife
Associate II
November 22, 2005
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?