Преглед изворни кода

[BSP]:add stm32f429_flash.sct for stm32f429-apollo bsp

SummerGift пре 7 година
родитељ
комит
124d2e1790
1 измењених фајлова са 15 додато и 0 уклоњено
  1. 15 0
      bsp/stm32f429-apollo/stm32f429_flash.sct

+ 15 - 0
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)
+  }
+}
+