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:
106:ba1f97679dad
Parent:
98:8ab26030e058
--- a/TARGET_LPC824/TOOLCHAIN_GCC_ARM/LPC824.ld	Tue Aug 18 12:47:28 2015 +0100
+++ b/TARGET_LPC824/TOOLCHAIN_GCC_ARM/LPC824.ld	Wed Sep 02 14:17:43 2015 +0100
@@ -45,7 +45,6 @@
         KEEP(*(.isr_vector))
 		*(.text.Reset_Handler)
         *(.text.SystemInit)
-		. = 0x200;
         *(.text*)
 
         KEEP(*(.init))