Skip to content

Commit 2c25b45

Browse files
Set __ICFEDIT_size_cstack__ =1k
1 parent 79e57f0 commit 2c25b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_TT/TARGET_TT_M3HQ/device/TOOLCHAIN_IAR/tmpm3hqfdfg.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x200002D8;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x2000FFFF;
1111
/*-Sizes-*/
1212
/*Heap 1/4 of ram and stack 1/8*/
13-
define symbol __ICFEDIT_size_cstack__ = 0x4000;
13+
define symbol __ICFEDIT_size_cstack__ = 0x400;
1414
define symbol __ICFEDIT_size_heap__ = 0x2000;
1515
/**** End of ICF editor section. ###ICF###*/
1616

0 commit comments

Comments
 (0)