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 d6831b3 + d854547 commit fc39f6bCopy full SHA for fc39f6b
targets/TARGET_STM/TARGET_STM32F4/TARGET_F429_F439/device/TOOLCHAIN_IAR/stm32f429xx_flash.icf
@@ -13,9 +13,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
13
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
14
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
15
/*-Sizes-*/
16
-/*Heap 1/4 of ram and stack 1/8*/
+/*Heap 1/3 of ram and stack 1/8*/
17
define symbol __ICFEDIT_size_cstack__ = 0x6000;
18
-define symbol __ICFEDIT_size_heap__ = 0xC000;
+define symbol __ICFEDIT_size_heap__ = 0x10000;
19
/**** End of ICF editor section. ###ICF###*/
20
21
0 commit comments