diff --git a/bsp/stm32f10x/stm32_rom.sct b/bsp/stm32f10x/stm32_rom.sct new file mode 100644 index 0000000000000000000000000000000000000000..0835abf43e781cddf45207f6fad946f12221105a --- /dev/null +++ b/bsp/stm32f10x/stm32_rom.sct @@ -0,0 +1,15 @@ +; ************************************************************* +; *** Scatter-Loading Description File generated by uVision *** +; ************************************************************* + +LR_IROM1 0x08000000 0x00080000 { ; load region size_region + ER_IROM1 0x08000000 0x00080000 { ; load address = execution address + *.o (RESET, +First) + *(InRoot$$Sections) + .ANY (+RO) + } + RW_IRAM1 0x20000000 0x00010000 { ; RW data + .ANY (+RW +ZI) + } +} +