Browse Source

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

SummerGift 7 năm trước cách đây
mục cha
commit
124d2e1790
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  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)
+  }
+}
+