Files
HC32F460BootLoader/MDK/BootLoader_custom.sct
T

19 lines
568 B
Plaintext
Raw Normal View History

; *************************************************************
; *** Scatter-Loading Description File for HC32F460 BootLoader ***
; *** Flash: 32KB Boot (含0x4000网关MAC区) + APP(0x8000起) ***
; *************************************************************
; BootLoader加载区域 - 32KB Flash
LR_IROM1 0x00000000 0x00008000 {
ER_IROM1 0x00000000 0x00008000 {
*.o (RESET, +First)
*(InRoot$$Sections)
*(.ARM.__at_0x00004000)
.ANY (+RO)
.ANY (+XO)
}
; RW数据区域 - 192KB SRAM
RW_IRAM1 0x1FFF8000 0x0002F000 {
.ANY (+RW +ZI)
}
}