Skip to content

Commit fc39f6b

Browse files
authored
Merge pull request #3064 from c1728p9/f429_heap
NUCLEO_F429 - Increase IAR heap size
2 parents d6831b3 + d854547 commit fc39f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_F429_F439/device/TOOLCHAIN_IAR/stm32f429xx_flash.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
1313
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
1414
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
1515
/*-Sizes-*/
16-
/*Heap 1/4 of ram and stack 1/8*/
16+
/*Heap 1/3 of ram and stack 1/8*/
1717
define symbol __ICFEDIT_size_cstack__ = 0x6000;
18-
define symbol __ICFEDIT_size_heap__ = 0xC000;
18+
define symbol __ICFEDIT_size_heap__ = 0x10000;
1919
/**** End of ICF editor section. ###ICF###*/
2020

2121

0 commit comments

Comments
 (0)