Skip to content

Commit e861755

Browse files
committed
Fix nrf51 stack on IAR.
1 parent 4b50628 commit e861755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hal/targets/cmsis/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF51822_UNIFIED/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K/nRF51822_QFAA.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__ = 0x0003FFFF;
99
define symbol __ICFEDIT_region_RAM_start__ = 0x20002ef8;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF;
1111
/*-Sizes-*/
12-
define symbol __ICFEDIT_size_cstack__ = 0x400;
12+
define symbol __ICFEDIT_size_cstack__ = 0x800;
1313
define symbol __ICFEDIT_size_heap__ = 0x900;
1414
/**** End of ICF editor section. ###ICF###*/
1515

hal/targets/cmsis/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF51822_UNIFIED/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_32K/nRF51822_QFAA.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20002ef8;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
1111
/*-Sizes-*/
1212
/*Heap 1/4 of ram and stack 1/8*/
13-
define symbol __ICFEDIT_size_cstack__ = 0xc00;
13+
define symbol __ICFEDIT_size_cstack__ = 0x800;
1414
define symbol __ICFEDIT_size_heap__ = 0x1800;
1515
/**** End of ICF editor section. ###ICF###*/
1616

0 commit comments

Comments
 (0)