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 83608d5 commit c6acfd3Copy full SHA for c6acfd3
targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/device/TOOLCHAIN_IAR/stm32f303xe.icf
@@ -24,7 +24,7 @@ define region CCMRAM_region = mem:[from __region_CCMRAM_start__ to __region_CCMR
24
/* Stack and Heap */
25
/*Heap 1/4 of ram and stack 1/8*/
26
define symbol __size_cstack__ = 0x2000;
27
-define symbol __size_heap__ = 0x4000;
+define symbol __size_heap__ = 0x5000;
28
define block CSTACK with alignment = 8, size = __size_cstack__ { };
29
define block HEAP with alignment = 8, size = __size_heap__ { };
30
define block STACKHEAP with fixed order { block HEAP, block CSTACK };
0 commit comments