This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ReMap

Hi folks What is the use of Memory Remapping Technique.. is it to make code from Flash to run in RAM or ..

if so,LPC21xx has ReMap fearure only for 0x20 locations.. here we can only remap interrupt vector.. how to run entire code from RAM

Parents
  • Hi Vijay Subbian,

    I don't know much about this, but I guess that, you come from the X86 world. For MCU, the code can be executed directly from ROM/Flash. If you have special needs, you have to do something to execute the code from RAM. KEIL's Tool-chain is able to help you to execute the code from RAM. You can tell the Tool-chain, where the code is located (ROM), and where the code should be loaded to (RAM).

Reply
  • Hi Vijay Subbian,

    I don't know much about this, but I guess that, you come from the X86 world. For MCU, the code can be executed directly from ROM/Flash. If you have special needs, you have to do something to execute the code from RAM. KEIL's Tool-chain is able to help you to execute the code from RAM. You can tell the Tool-chain, where the code is located (ROM), and where the code should be loaded to (RAM).

Children