Initial commit

Dependencies:   FastPWM

Revision:
0:bb348c97df44
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-dev-master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG/device/TOOLCHAIN_ARM_STD/STM32F407xx.sct	Wed Sep 16 01:11:49 2020 +0000
@@ -0,0 +1,18 @@
+; *****************************************
+; *** Scatter-Loading Description File  ***
+; *****************************************
+
+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 0x20000188 0x0001FE78 {
+   .ANY (+RW +ZI)
+  }
+  RW_IRAM2 0x10000000 0x00010000  {  ; CCM
+   .ANY (CCMRAM)
+  }
+}
+