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 3099acc commit 2065890Copy full SHA for 2065890
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/TOOLCHAIN_IAR/stm32l496xx.icf
@@ -20,7 +20,8 @@ define region SRAM1_region = mem:[from __region_SRAM1_start__ to __region_SRAM1_
20
21
/* Stack 1/8 and Heap 1/4 of RAM */
22
define symbol __size_cstack__ = 0x8000;
23
-define symbol __size_heap__ = 0xa000;
+define symbol __size_heap__ = 0x10000;
24
+
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