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:
122:f9eeca106725
--- a/TARGET_NUCLEO_F446ZE/TOOLCHAIN_IAR/stm32f446xx.icf	Thu Sep 06 13:39:34 2018 +0100
+++ b/TARGET_NUCLEO_F446ZE/TOOLCHAIN_IAR/stm32f446xx.icf	Thu Nov 08 11:45:42 2018 +0000
@@ -3,10 +3,10 @@
 define symbol __region_ROM_start__ = 0x08000000;
 define symbol __region_ROM_end__   = 0x0807FFFF;
 
-/* [RAM = 128kb = 0x20000] Vector table dynamic copy: 113 vectors = 452 bytes (0x1C4) to be reserved in RAM */
+/* [RAM = 128kb = 0x20000] Vector table dynamic copy: 113 vectors * 4= 452 bytes (0x1C4) to be reserved in RAM */
 define symbol __NVIC_start__          = 0x20000000;
-define symbol __NVIC_end__            = 0x200001C3; /* Aligned on 8 bytes */
-define symbol __region_RAM_start__    = 0x200001C4;
+define symbol __NVIC_end__            = 0x200001C7; /* Add 4 more bytes to be aligned on 8 bytes */
+define symbol __region_RAM_start__    = 0x200001C8;
 define symbol __region_RAM_end__      = 0x2001FFFF;
 
 /* Memory regions */