2da43febbd
* add some apm32 bsp and fix apm32f0/apm32f4 gcc startup assembly file bug and fix drv_eth.c bug * fix apm32f103xe-minibroard and apm32f407ig-minibroard link.lds file error * replace apm32f051r8-evalboard picture * fix apm32f1 gcc assembly startup file suffix name * renamed startup_apm32f10x_md.s/startup_apm32f10x_hd.s file and modify apm32f103xe-minibroard/board SConscript file
16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
; *************************************************************
|
|
; *** Scatter-Loading Description File generated by uVision ***
|
|
; *************************************************************
|
|
|
|
LR_IROM1 0x08000000 0x00010000 { ; load region size_region
|
|
ER_IROM1 0x08000000 0x00010000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
}
|
|
RW_IRAM1 0x20000000 0x00002000 { ; RW data
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|