Skip to content

Commit de2fce2

Browse files
author
Jarkko Paso
committed
LPC408X: Cstack size reduced from 8K to 1K with IAR
1 parent 61f4af0 commit de2fce2

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NXP/TARGET_LPC408X/device/TOOLCHAIN_IAR

1 file changed

+2
-2
lines changed

targets/TARGET_NXP/TARGET_LPC408X/device/TOOLCHAIN_IAR/LPC4088.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ define symbol __ICFEDIT_region_NVIC_end__ = 0x100000E7;
1111
define symbol __ICFEDIT_region_RAM_start__ = 0x100000E8;
1212
define symbol __ICFEDIT_region_RAM_end__ = 0x1000FFDF;
1313
/*-Sizes-*/
14-
/*Heap 1/4 of ram and stack 1/8*/
15-
define symbol __ICFEDIT_size_cstack__ = 0x2000;
14+
/*Heap 1/4 of ram and stack 1/64*/
15+
define symbol __ICFEDIT_size_cstack__ = 0x400;
1616
define symbol __ICFEDIT_size_heap__ = 0x4000;
1717
/**** End of ICF editor section. ###ICF###*/
1818

0 commit comments

Comments
 (0)