The information that you provided is very useful. Thanks very much.
I am doing a project using MCF5274, codewarrior. Due to hardware limitation, we only have one flash on the board to hold monitor and application. I want to update the application if required.
I will divided the flash into two parts, one for monitor, one for application, I hope that I could run the code from MCF5274 internal SRAM when the application is being updated. I need to erase the flash and rewrite the data into flash.
That is reason why I want to move the code into absoulte address, during the regular running mode, jump to Main, on update mode, jump to SRAM to update the flash. Is it a good idea or not? or Maybe you guys can provide some thoughts on this issue too.
Thanks again for your help.
Frank