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:
145:64910690c574
Parent:
101:7cff1c4259d7
--- a/TARGET_MTS_DRAGONFLY_F411RE/TOOLCHAIN_IAR/stm32f411xe.icf	Thu Jun 08 14:53:05 2017 +0100
+++ b/TARGET_MTS_DRAGONFLY_F411RE/TOOLCHAIN_IAR/stm32f411xe.icf	Wed Jun 21 17:31:38 2017 +0100
@@ -16,9 +16,9 @@
 
 /* Stack and Heap */
 /* Stack: 4kB - 408B for vector table */
-/* Heap: 96kB */
+/* Heap: 64kB */
 define symbol __size_cstack__ = 0xe68;
-define symbol __size_heap__   = 0x18000;
+define symbol __size_heap__   = 0x10000;
 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 };