Skip to content

Commit 251ab01

Browse files
author
justinkim
committed
Stack size change to 1K in IAR Linker Script.
1 parent 3f4d30d commit 251ab01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

targets/TARGET_WIZNET/TARGET_W7500x/TARGET_WIZwiki_W7500/device/TOOLCHAIN_IAR/W7500_Flash.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
99
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
1111
/*-Heap 1/4 of ram and stack 1/8-*/
12-
define symbol __ICFEDIT_size_cstack__ = 0x00000800;
12+
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
1313
define symbol __ICFEDIT_size_heap__ = 0x00001000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

targets/TARGET_WIZNET/TARGET_W7500x/TARGET_WIZwiki_W7500ECO/device/TOOLCHAIN_IAR/W7500_Flash.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
99
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
1111
/*-Heap 1/4 of ram and stack 1/8-*/
12-
define symbol __ICFEDIT_size_cstack__ = 0x00000800;
12+
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
1313
define symbol __ICFEDIT_size_heap__ = 0x00001000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

targets/TARGET_WIZNET/TARGET_W7500x/TARGET_WIZwiki_W7500P/device/TOOLCHAIN_IAR/W7500_Flash.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x00020000;
99
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20004000;
1111
/*-Heap 1/4 of ram and stack 1/8-*/
12-
define symbol __ICFEDIT_size_cstack__ = 0x00000800;
12+
define symbol __ICFEDIT_size_cstack__ = 0x00000400;
1313
define symbol __ICFEDIT_size_heap__ = 0x00001000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

0 commit comments

Comments
 (0)