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:
128:9bcdf88f62b0
Parent:
99:dbbf35b96557
Child:
152:235179ab3f27
--- a/TARGET_NRF51_DONGLE/TOOLCHAIN_ARM_STD/nRF51822.sct	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_NRF51_DONGLE/TOOLCHAIN_ARM_STD/nRF51822.sct	Thu Oct 27 16:45:56 2016 +0100
@@ -12,13 +12,16 @@
 ;
 ;WITH SOFTDEVICE:
 
-LR_IROM1 0x1C000 0x0024000  {
-  ER_IROM1 0x1C000 0x0024000  {
+LR_IROM1 0x1B000 0x0025000  {
+  ER_IROM1 0x1B000 0x0025000  {
    *.o (RESET, +First)
    *(InRoot$$Sections)
    .ANY (+RO)
   }
-  RW_IRAM1 0x20002800 0x00005800  {
+  RW_IRAM0 0x20002ef8 UNINIT 0x000000c0  { ;no init section
+        *(noinit)
+  }
+  RW_IRAM1 0x20002FB8 0x00005048  {
    .ANY (+RW +ZI)
   }
 }