Skip to content

Commit f3aa305

Browse files
committed
Merge pull request #904 from GustavWi/iar_mbed
Fixed issue #903 IAR linker nrf51 rtos
2 parents cef6954 + fb4a7f7 commit f3aa305

File tree

1 file changed

+2
-2
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K

1 file changed

+2
-2
lines changed

libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K/nRF51822_QFAA.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x0003FFFF;
99
define symbol __ICFEDIT_region_RAM_start__ = 0x20002000;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF;
1111
/*-Sizes-*/
12-
define symbol __ICFEDIT_size_cstack__ = 0x800;
13-
define symbol __ICFEDIT_size_heap__ = 0xF00;
12+
define symbol __ICFEDIT_size_cstack__ = 0x400;
13+
define symbol __ICFEDIT_size_heap__ = 0x900;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616
define symbol __code_start_soft_device__ = 0x0;

0 commit comments

Comments
 (0)