硬件AT91M40800 , cs0 Flash , cs1 SDRAM ,
我的程序需要remap的,用MultiICE仿真老出现这样的提示
RDI Warning 00148: Can't set point
映射方式如下:
ROM 0x01000000 0x200000
{
ROM 0x01000000 0x200000
{
init.o (Init, +First)
* (+RO)
}
32bitRAM 0x0000
{
vectors.o (Vect, +First) ;Vector position
}
16bitRAM 0x02000000 ; DW & ZI positionn
{
*(+RW,+ZI)
}
HEAP 0x02040000 UNINIT ; Heap station
{
heap.o (+ZI)
}
STACKS 0x2000 UNINIT
{
stack.o (+ZI)
}
}
还忘高手指教.