Discussion Forum

LPC2148 Code execution in RAM

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Dragan Kujovic
Posted
24-Nov-2007 07:35 GMT
Toolset
ARM
New! LPC2148 Code execution in RAM

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

Read-Only
Author
Reinhard Keil
Posted
25-Nov-2007 09:11 GMT
Toolset
ARM
New! RE: LPC2148 Code execution in RAM

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.

Next Thread | Thread List | Previous Thread Start a Thread | Settings