9f97906756
* first copy * [GD32][BSP]添加GD32303C-START开发板 * 更新yml文件 * 更新scons脚本
16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
; *************************************************************
|
|
; *** Scatter-Loading Description File generated by uVision ***
|
|
; *************************************************************
|
|
|
|
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
|
|
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
}
|
|
RW_IRAM1 0x20000000 0x00018000 { ; RW data
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|