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

34 lines
570 B
Plaintext

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