• Run a code from RAM
    I have 32k code and xdata - 32KB size in my design. If i want to place a C function into RAM and execute from the RAM how should i do it?what are all the settings i need to do? whether can it be done...
  • Run the code from an external flash memory or RAM.
    Hi, Is it possible to run the code from an external flash memory or RAM? We are running out of space in our K60. We don’t want to change the whole processor. So I was wondering if there is a possibility...
  • Running part of code from RAM
    I'm working with some project right now, I need some example about how to run part of code from RAM. I found the code in IAR version, I wonder if someone can help me to translate it into KeilC version...
  • 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...
  • Code run from RAM that can program itself
    I am building a USB bootloader that needs to be able to reprogram both an application and itself in flash. As a result I have looked into an approach like in the RAM_Function example where the code I...