17 lines
497 B
Plaintext
17 lines
497 B
Plaintext
; *************************************************************
|
|
; *** Scatter-Loading Description File for GateWay APP ***
|
|
; *** Flash: APP区 0x8000起 (Boot 32KB), 到参数区0x7C000前 ***
|
|
; *************************************************************
|
|
|
|
LR_IROM1 0x00008000 0x00074000 {
|
|
ER_IROM1 0x00008000 0x00074000 {
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
.ANY (+XO)
|
|
}
|
|
; RW数据区域 - 192KB SRAM
|
|
RW_IRAM1 0x1FFF8000 0x0002F000 {
|
|
.ANY (+RW +ZI)
|
|
}
|
|
} |