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:
170:e95d10626187
--- a/TARGET_NUCLEO_F303RE/TOOLCHAIN_ARM_STD/stm32f303xe.sct	Thu Sep 06 13:39:34 2018 +0100
+++ b/TARGET_NUCLEO_F303RE/TOOLCHAIN_ARM_STD/stm32f303xe.sct	Thu Nov 08 11:45:42 2018 +0000
@@ -45,8 +45,8 @@
    .ANY (+RO)
   }
 
-  ; 101 vectors = 404 bytes (0x194) to be reserved in RAM
-  RW_IRAM1 (0x20000000+0x194) (0x10000-0x194)  {  ; RW data
+  ; 101 vectors = 404 bytes (0x194) 8-byte aligned = 0x198 (0x194 + 0x4) to be reserved in RAM
+  RW_IRAM1 (0x20000000+0x198) (0x10000-0x198)  {  ; RW data
    .ANY (+RW +ZI)
   }