• Copy function in RAM
    Hi! I hope that you still fine. I use the LPC2138,and i know that all functions which i write stay in ROM. Now i triying to copy one of these functions to the RAM,but i don't find the solution...
  • RAM function copy
    Hi, i use EnergyMicro EFM32 and ram function. I create ram_code record in scatter file (inside IRAM1 section). But as described in ref.manual for ram code access i can use 0x10000000 address and for...
  • Copy from Flash to RAM
    I am using STM32F427 microcontroller,I have couple of binaries(lets consider bootloader and Application) converted to hex and combined in intel format. I am flashing intel format hex image to flash....
  • How to run a function from RAM
    Hi, I need an example code showing how to run a function from RAM area. While executing the function from RAM, how to reserve or protect those RAM areas by other executable in FLASH should not...
  • How to run the function from RAM in keil.
    Hi, i am using keil ide and controller LPC1837. i want to execute the function which is using IAP commands from RAM. I found options are available to make that executable code in RAM in following...