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 5b4ff94 commit 909ce35Copy full SHA for 909ce35
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R5xI/device/TOOLCHAIN_IAR/stm32l4r5xx.icf
@@ -20,7 +20,7 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
20
define region SRAM1_region = mem:[from __region_SRAM1_start__ to __region_SRAM1_end__];
21
22
/* Stack and Heap */
23
-define symbol __size_cstack__ = 0x8000; /* 32KB */
+define symbol __size_cstack__ = 0x400; /* 1KB */
24
define symbol __size_heap__ = 0x20000; /* 128KB */
25
define block CSTACK with alignment = 8, size = __size_cstack__ { };
26
define block HEAP with alignment = 8, size = __size_heap__ { };
0 commit comments