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:
151:675da3299148
Parent:
122:f9eeca106725
Child:
152:235179ab3f27
--- a/TARGET_UBLOX_C027/TOOLCHAIN_IAR/LPC17xx.icf	Thu Aug 31 17:15:06 2017 +0100
+++ b/TARGET_UBLOX_C027/TOOLCHAIN_IAR/LPC17xx.icf	Fri Sep 15 14:46:57 2017 +0100
@@ -12,9 +12,10 @@
 define symbol __ICFEDIT_region_RAM_end__     = 0x10007FDF;
 
 /*-Sizes-*/
-/*Heap 1/4 of ram and stack 1/8*/
+/* Heap 7K, Vector table stack about 4K (this is actual stack size in mbed-os 2) */
 define symbol __ICFEDIT_size_cstack__   = 0x1000;
-define symbol __ICFEDIT_size_heap__     = 0x2000;
+define symbol __ICFEDIT_size_heap__     = 0x1C00;
+
 /**** End of ICF editor section. ###ICF###*/
 
 define symbol __CRP_start__   = 0x000002FC;