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:
140:97feb9bacc10
Parent:
119:aae6fcc7d9bb
--- a/TARGET_NUCLEO_L031K6/TOOLCHAIN_IAR/stm32l031xx.icf	Thu Mar 30 13:26:47 2017 +0100
+++ b/TARGET_NUCLEO_L031K6/TOOLCHAIN_IAR/stm32l031xx.icf	Wed Apr 12 16:07:08 2017 +0100
@@ -15,8 +15,8 @@
 define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__];
 
 /* Stack and Heap */
-define symbol __size_cstack__ = 0x500;
-define symbol __size_heap__   = 0x1000;
+define symbol __size_cstack__ = 0x400;
+define symbol __size_heap__   = 0x800;
 define block CSTACK    with alignment = 8, size = __size_cstack__   { };
 define block HEAP      with alignment = 8, size = __size_heap__     { };
 define block STACKHEAP with fixed order { block HEAP, block CSTACK };