• 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 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...
  • 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...
  • run code from xdata (internal ram)
    I want to run a short function from internal xdata! I use the DS80C390, I use the configuration with my internal xdata on 00F000h–00FFFFh and no external xdata. I have 128k code space. IDM =...
  • 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...