Discussion Forum

Running IAP calling code from RAM

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

DetailsMessage
Read-Only
Author
Oliver Purschke
Posted
12-Nov-2008 12:38 GMT
Toolset
ARM
New! Running IAP calling code from RAM

We are using the LPC2114.
Our application has got a portion of code that has to be run from RAM and is calling IAP functions.
Therefore it is declared as follows:
void doUpdate() __arm __ram
Recently we upgraded the development environment from "Toolchain Path: C:\Keil\ARM\BIN\"
to Toolchain RealView MDK-ARM Version: 3.23 (Toolchain Path: BIN31\)
This compiler appears not to know "__arm __ram".
What is the most efficient way to port the code?
Regards,
Oliver

Read-Only
Author
Oliver Purschke
Posted
21-Nov-2008 10:45 GMT
Toolset
ARM
New! RE: Running IAP calling code from RAM

Found the required informtion in:
http://www.keil.com/support/docs/3228.htm

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