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:
143:86740a56073b
Parent:
128:9bcdf88f62b0
--- a/TARGET_NCS36510/TOOLCHAIN_GCC_ARM/NCS36510.ld	Wed May 10 11:31:27 2017 +0100
+++ b/TARGET_NCS36510/TOOLCHAIN_GCC_ARM/NCS36510.ld	Fri May 26 12:30:20 2017 +0100
@@ -5,7 +5,7 @@
 MEMORY {
     VECTORS (rx)          : ORIGIN = 0x00003000, LENGTH = 0x00000090
         FLASH (rx)            : ORIGIN = 0x00003090, LENGTH = 320K - 4K - 0x90
-        RAM (rwx)             : ORIGIN = 0x3FFF4000, LENGTH = 48K
+        RAM (rwx)             : ORIGIN = 0x3FFF4090, LENGTH = 48K - 0x90 /* 8_byte_aligned(35 vectors * 4 bytes each) = 0x90 */
     }
 
     /* Linker script to place sections and symbol values. Should be used together