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:
123:b0220dba8be7
Child:
152:235179ab3f27
--- a/TARGET_NRF52_DK/TOOLCHAIN_ARM_STD/nRF52832.sct	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_NRF52_DK/TOOLCHAIN_ARM_STD/nRF52832.sct	Thu Oct 27 16:45:56 2016 +0100
@@ -18,7 +18,10 @@
    *(InRoot$$Sections)
    .ANY (+RO)
   }
-  RW_IRAM1 0x20002EF8 0x0000D108  {
+  RW_IRAM0 0x20002EF8 UNINIT 0x000000D8  { ;no init section
+        *(noinit)
+  }
+  RW_IRAM1 0x20002FD0 0x0000D030  {
    .ANY (+RW +ZI)
   }
 }