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 cf84b05 + 50a130b commit d65abb6Copy full SHA for d65abb6
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device/TOOLCHAIN_IAR/stm32f439xx_flash.icf
@@ -15,9 +15,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
15
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
16
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
17
/*-Sizes-*/
18
-/*Heap 64kB and stack 24kB */
19
-define symbol __ICFEDIT_size_cstack__ = 0x6000;
20
-define symbol __ICFEDIT_size_heap__ = 0x10000;
+/*Heap 89kB and stack 1kB */
+define symbol __ICFEDIT_size_cstack__ = 0x400;
+define symbol __ICFEDIT_size_heap__ = 0x15C00;
21
/**** End of ICF editor section. ###ICF###*/
22
23
0 commit comments