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:
71:8fabd470bb6e
Parent:
66:9c8f0e3462fb
Child:
72:4096f863f923
--- a/TARGET_LPC4088/TOOLCHAIN_ARM_STD/LPC407X_8X.sct	Mon Nov 18 22:09:31 2013 +0200
+++ b/TARGET_LPC4088/TOOLCHAIN_ARM_STD/LPC407X_8X.sct	Tue Dec 03 13:02:41 2013 +0200
@@ -11,8 +11,17 @@
   RW_IRAM1 0x100000E8 0x0000FF18  {  ; RW data
    .ANY (+RW +ZI)
   }
-  RW_IRAM2 0x20000000 0x00008000  {
+  RW_IRAM2 0x20000000 0x00004000  {
+   .ANY (AHBSRAM0)
+  }
+  RW_IRAM3 0x20004000 0x00004000  {
    .ANY (AHBSRAM1)
   }
 }
 
+LR_IROM2 0x28000000 0x01000000  {
+  ER_IROM2 0x28000000 0x01000000  {  ; load address = execution address
+    .ANY (+RO)
+  }
+}
+