The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
87:6213f644d804
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TARGET_K20D50M/TOOLCHAIN_ARM_STD/MK20D5.sct	Fri Jul 25 09:46:51 2014 +0100
@@ -0,0 +1,14 @@
+
+LR_IROM1 0x00000000 0x20000  {    ; load region size_region (132k)
+  ER_IROM1 0x00000000 0x20000  {  ; load address = execution address
+   *.o (RESET, +First)
+   *(InRoot$$Sections)
+   .ANY (+RO)
+  }
+  ; 8_byte_aligned(62 vect * 4 bytes) =  8_byte_aligned(0xF8) = 0xF8
+  ; 0x4000 - 0xF8 = 0x3F08
+  RW_IRAM1 0x1FFFE0F8 0x3F08 {
+   .ANY (+RW +ZI)
+  }
+}
+