Skip to content

Commit 5d7c5cf

Browse files
committed
Corect nRF51 IAR scatre files in order to be compatible with softdevice 130 2.0.0
1 parent 7861cef commit 5d7c5cf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

hal/targets/cmsis/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF51822/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K/nRF51822_QFAA.icf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/*-Editor annotation file-*/
33
/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */
44
/*-Specials-*/
5-
define symbol __ICFEDIT_intvec_start__ = 0x00016000;
5+
define symbol __ICFEDIT_intvec_start__ = 0x0001b000;
66
/*-Memory Regions-*/
7-
define symbol __ICFEDIT_region_ROM_start__ = 0x000160c0;
7+
define symbol __ICFEDIT_region_ROM_start__ = 0x0001b0c0;
88
define symbol __ICFEDIT_region_ROM_end__ = 0x0003FFFF;
9-
define symbol __ICFEDIT_region_RAM_start__ = 0x20002000;
9+
define symbol __ICFEDIT_region_RAM_start__ = 0x20002ef8;
1010
define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x400;

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/*-Editor annotation file-*/
33
/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */
44
/*-Specials-*/
5-
define symbol __ICFEDIT_intvec_start__ = 0x00016000;
5+
define symbol __ICFEDIT_intvec_start__ = 0x0001b000;
66
/*-Memory Regions-*/
7-
define symbol __ICFEDIT_region_ROM_start__ = 0x000160c0;
8-
define symbol __ICFEDIT_region_ROM_end__ = 0x0003FFFF;
9-
define symbol __ICFEDIT_region_RAM_start__ = 0x20002000;
10-
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
7+
define symbol __ICFEDIT_region_ROM_start__ = 0x0001b0c0;
8+
define symbol __ICFEDIT_region_ROM_end__ = 0x0003FFFF;
9+
define symbol __ICFEDIT_region_RAM_start__ = 0x20002ef8;
10+
define symbol __ICFEDIT_region_RAM_end__ = 0x20007FFF;
1111
/*-Sizes-*/
1212
/*Heap 1/4 of ram and stack 1/8*/
1313
define symbol __ICFEDIT_size_cstack__ = 0xc00;

0 commit comments

Comments
 (0)