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:
140:97feb9bacc10
Child:
152:235179ab3f27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TARGET_NRF52840_DK/TOOLCHAIN_ARM_STD/nRF52832.sct	Wed Apr 12 16:07:08 2017 +0100
@@ -0,0 +1,13 @@
+LR_IROM1 0x21000 0x00DF000  {
+  ER_IROM1 0x21000 0x00DF000  {
+   *.o (RESET, +First)
+   *(InRoot$$Sections)
+   .ANY (+RO)
+  }
+  RW_IRAM0 0x20003288 UNINIT 0x000000F8  { ;no init section
+        *(noinit)
+  }
+  RW_IRAM1 0x20003380 0x0003cc80  {
+   .ANY (+RW +ZI)
+  }
+}