Support for MSP430 launchpad.

Fork of mbed by mbed official

Revision:
73:1efda918f0ba
Child:
76:824293ae5e43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_STD/stm32f10x.sct	Mon Dec 09 18:43:03 2013 +0200
@@ -0,0 +1,19 @@
+; *************************************************************
+; *** Scatter-Loading Description File generated by uVision ***
+; *************************************************************
+
+LR_IROM1 0x08000000 0x20000  {    ; load region size_region (128K)
+
+  ER_IROM1 0x08000000 0x20000  {  ; load address = execution address
+   *.o (RESET, +First)
+   *(InRoot$$Sections)
+   .ANY (+RO)
+  }
+
+  ; 59 vectors (16 core + 43 peripheral) * 4 bytes = 236 bytes to reserve (0xEC)
+  RW_IRAM1 (0x20000000+0xEC) (0x5000-0xEC)  {  ; RW data
+   .ANY (+RW +ZI)
+  }
+
+}
+