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:
136:ef9c61f8c49f
Parent:
128:9bcdf88f62b0
Child:
138:093f2bd7b9eb
--- a/TARGET_NUCLEO_F429ZI/TOOLCHAIN_IAR/stm32f429xx_flash.icf	Thu Feb 02 16:02:30 2017 +0000
+++ b/TARGET_NUCLEO_F429ZI/TOOLCHAIN_IAR/stm32f429xx_flash.icf	Tue Feb 14 11:24:20 2017 +0000
@@ -13,9 +13,9 @@
 define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
 define symbol __ICFEDIT_region_CCMRAM_end__   = 0x1000FFFF;
 /*-Sizes-*/
-/*Heap 1/3 of ram and stack 1/8*/
+/*Heap 1/4 of ram and stack 1/8*/
 define symbol __ICFEDIT_size_cstack__ = 0x6000;
-define symbol __ICFEDIT_size_heap__   = 0x10000;
+define symbol __ICFEDIT_size_heap__   = 0xC000;
 /**** End of ICF editor section. ###ICF###*/