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:
158:1c57384330a6
Parent:
156:ff21514d8981
Child:
171:3a7713b1edbc
--- a/TARGET_NUCLEO_F412ZG/TOOLCHAIN_IAR/stm32f412xx.icf	Thu Nov 09 11:14:10 2017 +0000
+++ b/TARGET_NUCLEO_F412ZG/TOOLCHAIN_IAR/stm32f412xx.icf	Thu Nov 23 11:44:04 2017 +0000
@@ -10,7 +10,7 @@
 define symbol __NVIC_start__          = 0x20000000;
 define symbol __NVIC_end__            = 0x200001C7; /* Aligned on 8 bytes */
 define symbol __region_RAM_start__    = 0x200001C8;
-define symbol __region_RAM_end__      = 0x2001FFFF;
+define symbol __region_RAM_end__      = 0x2003FFFF;
 
 /* Memory regions */
 define memory mem with size = 4G;