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 c1bb179 commit 519bfd3Copy full SHA for 519bfd3
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device/TOOLCHAIN_IAR/stm32f429xx_flash.icf
@@ -15,8 +15,8 @@ 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 64K and stack 4K */
19
-define symbol __ICFEDIT_size_cstack__ = 0x1000;
+/*Heap 64K and stack 1024 B */
+define symbol __ICFEDIT_size_cstack__ = 0x400;
20
define symbol __ICFEDIT_size_heap__ = 0x10000;
21
/**** End of ICF editor section. ###ICF###*/
22
0 commit comments