cancel
Showing results for 
Search instead for 
Did you mean: 

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

covertlife
Associate II
Posted on November 23, 2005 at 05:38

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

2 REPLIES 2
covertlife
Associate II
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
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?