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:
128:9bcdf88f62b0
Parent:
122:f9eeca106725
Child:
136:ef9c61f8c49f
--- a/TARGET_NUCLEO_F429ZI/TOOLCHAIN_IAR/stm32f429xx_flash.icf	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_NUCLEO_F429ZI/TOOLCHAIN_IAR/stm32f429xx_flash.icf	Thu Oct 27 16:45:56 2016 +0100
@@ -13,9 +13,9 @@
 define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
 define symbol __ICFEDIT_region_CCMRAM_end__   = 0x1000FFFF;
 /*-Sizes-*/
-/*Heap 1/4 of ram and stack 1/8*/
+/*Heap 1/3 of ram and stack 1/8*/
 define symbol __ICFEDIT_size_cstack__ = 0x6000;
-define symbol __ICFEDIT_size_heap__   = 0xC000;
+define symbol __ICFEDIT_size_heap__   = 0x10000;
 /**** End of ICF editor section. ###ICF###*/