2# bigarmer
谢谢您的回答,不过我采用的是ZLG开发板模板,在scf文件中也预留了位置,如下:
ROM_LOAD 0x0
{
ROM_EXEC 0x00000000
{
Startup.o (vectors, +First)
* (+RO)
}
IRAM 0x40000100 //00-0xff作为REMAP区
{
Startup.o (MyStacks)
* (+RW,+ZI)
}
HEAP +0 UNINIT
{
Startup.o (Heap)
}
STACKS 0x40008000 UNINIT
{
Startup.o (Stacks)
}
不知道这样对否?
}
|