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:
156:ff21514d8981
Child:
172:65be27845400
--- a/TARGET_DISCO_F469NI/TOOLCHAIN_IAR/stm32f469xx.icf	Thu Sep 06 13:39:34 2018 +0100
+++ b/TARGET_DISCO_F469NI/TOOLCHAIN_IAR/stm32f469xx.icf	Thu Nov 08 11:45:42 2018 +0000
@@ -3,10 +3,10 @@
 define symbol __region_ROM_start__ = 0x08000000;
 define symbol __region_ROM_end__   = 0x081FFFFF;
 
-/* [RAM = 384kb = 0x60000] Vector table dynamic copy: 109 vectors = 436 bytes (0x1B4) to be reserved in RAM */
+/* [RAM = 384kb = 0x60000] Vector table dynamic copy: 109 vectors * 4 = 436 bytes (0x1B4) to be reserved in RAM */
 define symbol __NVIC_start__          = 0x20000000;
-define symbol __NVIC_end__            = 0x200001B3; /* Aligned on 8 bytes */
-define symbol __region_RAM_start__    = 0x200001B4;
+define symbol __NVIC_end__            = 0x200001B7; /* Add 4 more bytes to be aligned on 8 bytes */
+define symbol __region_RAM_start__    = 0x200001B8;
 define symbol __region_RAM_end__      = 0x2004FFFF;
 
 /* Memory regions */