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.
2 parents 365d61e + f8c8c3c commit c8734cfCopy full SHA for c8734cf
targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/TOOLCHAIN_IAR/stm32f207xx.icf
@@ -21,7 +21,7 @@ define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__]
21
/* Stack: 1024B */
22
/* Heap: 64kB */
23
define symbol __size_cstack__ = 0x400;
24
-define symbol __size_heap__ = 0x10000;
+define symbol __size_heap__ = 0xF000;
25
define block CSTACK with alignment = 8, size = __size_cstack__ { };
26
define block HEAP with alignment = 8, size = __size_heap__ { };
27
define block STACKHEAP with fixed order { block HEAP, block CSTACK };
0 commit comments