Files
hpw421/component/boot2/mdk/linker/cpu_boot2.scat
T
2026-07-03 18:08:25 +08:00

59 lines
601 B
Plaintext

;RAM 128KByte
LOAD 0x10000000
{
EXE 0x10000000
{
startup_xinc.o (RESET, +FIRST)
* (+RO)
}
ScatterAssert((ImageLength(EXE)) < (8*1024 - (512 + 256)))
RW +0x000
{
* (+RW,+ZI)
}
}
;RAM 96KByte
;LOAD 0x10000000
;{
; EXE 0x10000000
; {
; startup_xinc.o (RESET, +FIRST)
; * (+RO)
;
; }
; RW +0x00000
; {
; *(ram_code)
; * (+RW,+ZI)
; }
;}
;LOAD_ROM 0x11001000 ;NOCOMPRESS ;ALIGN 32
;{
;
; USER_ROM 0x11001000 NOCOMPRESS
; {
; startup_xinc.o (RESET, +FIRST)
; *(+RO)
; }
;
; USER_RAM 0x10000100 NOCOMPRESS
; {
; *(ram_code)
; *(+RW,+ZI)
; }