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:
171:3a7713b1edbc
Parent:
111:4336505e4b1c
--- a/TARGET_SAMD21J18A/TOOLCHAIN_ARM_STD/SAMD21J18A.sct	Thu Sep 06 13:39:34 2018 +0100
+++ b/TARGET_SAMD21J18A/TOOLCHAIN_ARM_STD/SAMD21J18A.sct	Thu Nov 08 11:45:42 2018 +0000
@@ -11,8 +11,8 @@
         .ANY (+RO)
     }
 
-    ; [RAM] Vector table dynamic copy: 45 vectors * 4 bytes = (0xB4) - alignment
-    RW_IRAM1 (0x20000000+0xB4) (0x8000-0xB4)  {  ; RW data
+    ; [RAM] Vector table dynamic copy: 45 vectors * 4 bytes = (0xB4+0x4) 8-byte alignment
+    RW_IRAM1 (0x20000000+0xB8) (0x8000-0xB8)  {  ; RW data
         .ANY (+RW +ZI)
     }