Skip to content

Commit 9ccd700

Browse files
committed
TARGET_EFM32GG - fix ISR stack size (IAR)
1 parent 519bfd3 commit 9ccd700

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG/device/TARGET_1024K/TOOLCHAIN_IAR

1 file changed

+2
-2
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG/device/TARGET_1024K/TOOLCHAIN_IAR/efm32gg990f1024.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ define symbol __NVIC_end__ = 0x200000DB;
1515
define symbol __ICFEDIT_region_RAM_start__ = 0x200000DC;
1616
define symbol __ICFEDIT_region_RAM_end__ = 0x2001FFFF;
1717
/*-Sizes-*/
18-
/*Heap 1/4 of ram and stack 1/8*/
19-
define symbol __ICFEDIT_size_cstack__ = 0x4000;
18+
/*Heap 1/4 of ram and stack 1024 B*/
19+
define symbol __ICFEDIT_size_cstack__ = 0x400;
2020
define symbol __ICFEDIT_size_heap__ = 0x8000;
2121
/**** End of ICF editor section. ###ICF###*/
2222

0 commit comments

Comments
 (0)