从ATMEL的AT91RAM9200的DATASHEET抄来的:
16.3.3 Remap Command
After execution, the Remap Command causes the Internal SRAM to be accessed through the Internal Memory Area 0.
As the ARM vectors (Reset, Abort, Data Abort, Prefetch Abort, Undefined Instruction, Interrupt, and Fast Interrupt) are mapped from address 0x0 to address 0x20, the Remap Command allows the user to redefine dynamically these vectors under software control.
The Remap Command is accessible through the Memory Controller User Interface by writing the MC_RCR (Remap Control Register) RCB field to one.
The Remap Command can be cancelled by writing the MC_RCR RCB field to one, which acts as a toggling command. This allows easy debug of the user-defined boot sequence by offering a simple way to put the chip in the same configuration as just after a reset.
它说向MC_RCR寄存器的RCB位写1,就启用了REMAP指令,可以在地址0访问内部的SRAM. 再向MC_RCR的RCB位写0,又会恢复到初始状态.