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:
77:869cf507173a
--- a/TARGET_NUCLEO_F030R8/TOOLCHAIN_ARM_STD/stm32f0xx.sct	Thu Sep 06 13:39:34 2018 +0100
+++ b/TARGET_NUCLEO_F030R8/TOOLCHAIN_ARM_STD/stm32f0xx.sct	Thu Nov 08 11:45:42 2018 +0000
@@ -36,8 +36,8 @@
    .ANY (+RO)
   }
 
-  ; 45 vectors = 180 bytes (0xB4) to be reserved in RAM
-  RW_IRAM1 (0x20000000+0xB4) (0x2000-0xB4)  {  ; RW data
+  ; 45 vectors = 180 bytes (0xB4); 8-byte aligned = 0xB8 (0xB4 + 0x4) to be reserved in RAM
+  RW_IRAM1 (0x20000000+0xB8) (0x2000-0xB8)  {  ; RW data
    .ANY (+RW +ZI)
   }