2005-11-22 08:38 PM
how to copy bootloader from flash and run in ram on startup
2005-11-19 03:01 PM
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.2005-11-21 08:51 PM
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?