Files
hpw421/project/example/ble/ble_peripheral/mdk/Linker/cpu_xip.scat
T
2026-07-03 18:08:25 +08:00

34 lines
561 B
Plaintext

LOAD 0x11012000
{
EXE 0x11012000
{
startup_xinc.o (RESET, +FIRST)
* (+RO)
}
;This area is vector
RW1 0x10000100
{
startup_xinc.o(STACK)
}
ScatterAssert(ImageLength(RW1) < (0x800 - 0x100))
RW 0x10002300
{
; startup_xinc.o(STACK)
* (+RW,+ZI)
*(ram_code)
aeabi_sdiv.o(.text)
uread4.o(.text)
rt_memclr.o(.text)
}
ScatterAssert((0x2300+ImageLength(RW)) < 1024 * 32 )
RW2 (0x53004000+11*1024)
{
*(ram_em)
}
ScatterAssert((0x53004000+11*1024)+ImageLength(RW2) < (0x53004000+16*1024))
}