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:
139:856d2700e60b
Parent:
138:093f2bd7b9eb
Child:
143:86740a56073b
--- a/TARGET_NUCLEO_F429ZI/TOOLCHAIN_IAR/stm32f429xx_flash.icf	Tue Mar 14 16:20:51 2017 +0000
+++ b/TARGET_NUCLEO_F429ZI/TOOLCHAIN_IAR/stm32f429xx_flash.icf	Thu Mar 30 13:26:47 2017 +0100
@@ -15,9 +15,9 @@
 define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
 define symbol __ICFEDIT_region_CCMRAM_end__   = 0x1000FFFF;
 /*-Sizes-*/
-/*Heap 1/2 of ram and stack 1/8*/
+/*Heap 64K and stack 24K */
 define symbol __ICFEDIT_size_cstack__ = 0x6000;
-define symbol __ICFEDIT_size_heap__   = 0x18000;
+define symbol __ICFEDIT_size_heap__   = 0x10000;
 /**** End of ICF editor section. ###ICF###*/