Skip to content

Commit 69bf173

Browse files
committed
Decrease NUC472 interrupt stack size
Decrease the interrupt stack of the NUC472 from 12KB to 8KB. This frees up enough space to allow the core tests to run.
1 parent 1615dca commit 69bf173

File tree

1 file changed

+1
-1
lines changed
  • hal/targets/cmsis/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

hal/targets/cmsis/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/TOOLCHAIN_IAR/NUC472_442.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define symbol __ICFEDIT_region_IRAM_end__ = 0x20010000;
1111
define symbol __ICFEDIT_region_XRAM_start__ = 0x60000000;
1212
define symbol __ICFEDIT_region_XRAM_end__ = 0x60100000;
1313
/*-Sizes-*/
14-
define symbol __ICFEDIT_size_cstack__ = 0x3000;
14+
define symbol __ICFEDIT_size_cstack__ = 0x2000;
1515
define symbol __ICFEDIT_size_heap__ = 0xC0000;
1616
/**** End of ICF editor section. ###ICF###*/
1717

0 commit comments

Comments
 (0)