Discussion Forum

ReMap

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Vijay Subbian
Posted
23-Dec-2009 09:26 GMT
Toolset
ARM
New! 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

Read-Only
Author
Per Westermark
Posted
23-Dec-2009 10:31 GMT
Toolset
ARM
New! RE: ReMap

Besides the user manual, this has been covered quite a number of times in other threads in this forum. Why not take a look at these other threads?

Read-Only
Author
John Linq
Posted
24-Dec-2009 01:41 GMT
Toolset
ARM
New! ReMap is not necessary

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).

Read-Only
Author
P T
Posted
27-Apr-2010 20:10 GMT
Toolset
ARM
New! RE: ReMap is not necessary

.<

Next Thread | Thread List | Previous Thread Start a Thread | Settings