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:
93:e188a91d3eaa
Parent:
78:ed8466a608b4
--- a/TARGET_KL05Z/TOOLCHAIN_GCC_ARM/MKL05Z4.ld	Thu Nov 27 13:33:22 2014 +0000
+++ b/TARGET_KL05Z/TOOLCHAIN_GCC_ARM/MKL05Z4.ld	Tue Feb 03 15:31:20 2015 +0000
@@ -6,7 +6,7 @@
 {
   VECTORS (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000410
   FLASH (rx) : ORIGIN = 0x00000410, LENGTH = 32K - 0x00000410
-  RAM (rwx) : ORIGIN = 0x1FFFFC00, LENGTH = 4K - 0xC0
+  RAM (rwx) : ORIGIN = 0x1FFFFCC0, LENGTH = 4K - 0xC0
 }
 
 /* Linker script to place sections and symbol values. Should be used together