Respected Colleagues,
I have made an application for LPC2148 in Keil RVC which I have to move to the RAM and execute from there (to be able to reprogram internal FLASH with IAP). Application is now in the FLASH at address 0x0000 - 0x1FFF.
How to do this?
Thanks in advance.
Dragan Kujovic
You just specify RAM for the Code/Const memory in Properties page - Memory Assignment.
Take a look to C:\Keil\ARM\Hlp\RVI.CHM - Embedded Programs - Specific Memory Areas.