From 8109f9d59cc59d41fe182aed2d44e766c7373e38 Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Mon, 4 Jul 2011 07:52:55 +0000 Subject: [PATCH] revert stm32_rom.sct git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1611 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/stm32f10x/stm32_rom.sct | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bsp/stm32f10x/stm32_rom.sct diff --git a/bsp/stm32f10x/stm32_rom.sct b/bsp/stm32f10x/stm32_rom.sct new file mode 100644 index 000000000..0835abf43 --- /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) + } +} + -- GitLab