mbed library sources

Dependents:   Marvino mbot

Fork of mbed-src by mbed official

Revision:
624:83778a75d1b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_BEID/TOOLCHAIN_ARM_STD/MPS2.sct	Fri Sep 25 11:45:09 2015 +0100
@@ -0,0 +1,15 @@
+; *************************************************************
+; *** Scatter-Loading Description File                      ***
+; *************************************************************
+
+ LR_IROM1 0x00000000 0x00400000  {    ; load region size_region
+   ER_IROM1 +0  {  ; load address = execution address
+    *.o (RESET, +FIRST)
+    *(InRoot$$Sections)
+    .ANY (+RO)
+   }
+   RW_IRAM1 +0  {  ; RW data
+    .ANY (+RW +ZI)
+   }
+ }
+