• Execute code from ram - When will the code be copied into the ram?
    I configured a module in my code so that the functions will be executed from ram. I'm wondering now, when the code will be copied from flash into the ram? At startup? Unpredictable? Thanks for your...
  • Copying code from ROM to RAM for execution
    I have to copy some code from ROM to RAM for execution. I'm using A51 and BL51. I need part of the code to 'assemble' such that the bytes are located in the ROM area to copy it, but 'compile' such...
  • Copying RAM data into Flash during program execution
    Hi all, I m using Teridian 71M6543G microcontroller which has 5KB of RAM & 128KB Flash. But, now I m running out of RAM memory. So is there any way to copy data to flash during program execution...
  • 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...
  • Cody copy to RAM on startup?
    I am trying to get a custom bootloader to run from RAM only and so we modified our scatter file to be as follows: LR_IROM1 0x00000000 0x00007FC8 { ; load region size_region ER_IROM1 0x00000000 0x00007FC8...