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:
172:65be27845400
Parent:
156:ff21514d8981
--- a/TARGET_LPC4088_DM/TOOLCHAIN_IAR/LPC4088.icf	Thu Nov 08 11:45:42 2018 +0000
+++ b/TARGET_LPC4088_DM/TOOLCHAIN_IAR/LPC4088.icf	Wed Feb 20 20:53:29 2019 +0000
@@ -11,8 +11,8 @@
 define symbol __ICFEDIT_region_RAM_start__   = 0x100000E8;
 define symbol __ICFEDIT_region_RAM_end__     = 0x1000FFDF;
 /*-Sizes-*/
-/*Heap 1/4 of ram and stack 1/8*/
-define symbol __ICFEDIT_size_cstack__   = 0x2000;
+/*Heap 1/4 of ram and stack 1/64*/
+define symbol __ICFEDIT_size_cstack__   = 0x400;
 define symbol __ICFEDIT_size_heap__     = 0x4000;
 /**** End of ICF editor section. ###ICF###*/