Skip to content

Commit c1bb179

Browse files
committed
TARGET_MCU_NRF51822_UNIFIED - fix ISR stack size (IAR)
1 parent a06d466 commit c1bb179

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51/TARGET_MCU_NRF51822_UNIFIED/device/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_32K

1 file changed

+2
-2
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51/TARGET_MCU_NRF51822_UNIFIED/device/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_32K/nRF51822_QFAA.icf

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

0 commit comments

Comments
 (0)