rt-thread/bsp/hc32/ev_hc32f4a0_lqfp176/board/linker_scripts/link.sct

16 lines
502 B
Plaintext

; ****************************************************************
; Scatter-Loading Description File
; ****************************************************************
LR_IROM1 0x00000000 0x00200000 { ; load region size_region
ER_IROM1 0x00000000 0x00200000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
.ANY (+XO)
}
RW_IRAM1 0x1FFE0000 0x00080000 { ; RW data
.ANY (+RW +ZI)
}
}