From 124d2e17900aad03b2a2c4e27167aaa550e28463 Mon Sep 17 00:00:00 2001 From: SummerGift Date: Wed, 13 Dec 2017 09:39:20 +0800 Subject: [PATCH] [BSP]:add stm32f429_flash.sct for stm32f429-apollo bsp --- bsp/stm32f429-apollo/stm32f429_flash.sct | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bsp/stm32f429-apollo/stm32f429_flash.sct diff --git a/bsp/stm32f429-apollo/stm32f429_flash.sct b/bsp/stm32f429-apollo/stm32f429_flash.sct new file mode 100644 index 000000000..27fcd9f6c --- /dev/null +++ b/bsp/stm32f429-apollo/stm32f429_flash.sct @@ -0,0 +1,15 @@ +; ************************************************************* +; *** 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 0x00030000 { ; RW data + .ANY (+RW +ZI) + } +} +