We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658ddf7 commit 925f54bCopy full SHA for 925f54b
targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/device/TOOLCHAIN_IAR/stm32f411xe.icf
@@ -16,9 +16,9 @@ define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__]
16
17
/* Stack and Heap */
18
/* Stack: 4kB - 408B for vector table */
19
-/* Heap: 96kB */
+/* Heap: 64kB */
20
define symbol __size_cstack__ = 0xe68;
21
-define symbol __size_heap__ = 0x18000;
+define symbol __size_heap__ = 0x10000;
22
define block CSTACK with alignment = 8, size = __size_cstack__ { };
23
define block HEAP with alignment = 8, size = __size_heap__ { };
24
define block STACKHEAP with fixed order { block HEAP, block CSTACK };
0 commit comments