Skip to content

Commit 346209e

Browse files
committed
[NANO130] Adjust the stack size in IAR toolchains
1 parent 38e78fa commit 346209e

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR/NANO130.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 - 1;
99
define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_IRAM_end__ = 0x20004000 - 1;
1111
/*-Sizes-*/
12-
define symbol __ICFEDIT_size_cstack__ = 0x800;
12+
define symbol __ICFEDIT_size_cstack__ = 0x600;
1313
define symbol __ICFEDIT_size_heap__ = 0x1200;
1414
/**** End of ICF editor section. ###ICF###*/
1515

0 commit comments

Comments
 (0)