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:
128:9bcdf88f62b0
Parent:
101:7cff1c4259d7
--- a/TARGET_MAX32600MBED/TOOLCHAIN_IAR/MAX32600.icf	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_MAX32600MBED/TOOLCHAIN_IAR/MAX32600.icf	Thu Oct 27 16:45:56 2016 +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__ = 0x800;
-define symbol __size_heap__   = 0x800;
+define symbol __size_cstack__ = 0x0800;
+define symbol __size_heap__   = 0x3000;
 define block CSTACK    with alignment = 8, size = __size_cstack__   { };
 define block HEAP      with alignment = 8, size = __size_heap__     { };