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:
152:235179ab3f27
Parent:
151:675da3299148
Child:
154:fb8e0ae1cceb
--- a/TARGET_UBLOX_C027/TOOLCHAIN_IAR/LPC17xx.icf	Fri Sep 15 14:46:57 2017 +0100
+++ b/TARGET_UBLOX_C027/TOOLCHAIN_IAR/LPC17xx.icf	Mon Oct 02 15:20:36 2017 +0100
@@ -9,13 +9,12 @@
 define symbol __ICFEDIT_region_NVIC_start__   = 0x10000000;
 define symbol __ICFEDIT_region_NVIC_end__   = 0x100000C7;
 define symbol __ICFEDIT_region_RAM_start__   = 0x100000C8;
-define symbol __ICFEDIT_region_RAM_end__     = 0x10007FDF;
+define symbol __ICFEDIT_region_RAM_end__     = 0x10007FE0;
 
 /*-Sizes-*/
-/* Heap 7K, Vector table stack about 4K (this is actual stack size in mbed-os 2) */
+/*Heap 1/4 of ram and stack 1/8*/
 define symbol __ICFEDIT_size_cstack__   = 0x1000;
-define symbol __ICFEDIT_size_heap__     = 0x1C00;
-
+define symbol __ICFEDIT_size_heap__     = 0x2000;
 /**** End of ICF editor section. ###ICF###*/
 
 define symbol __CRP_start__   = 0x000002FC;