We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Found the required informtion in: http://www.keil.com/support/docs/3228.htm