Skip to content

Commit 31db58a

Browse files
Naveen KajeCruz Monrreal II
authored andcommitted
Fix linker script for NRF52840/ARM
1 parent 5d50cf1 commit 31db58a

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_ARM_STD/nRF52840.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE {
3030
.ANY (+RO)
3131
}
3232
RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section
33-
*(*noinit)
33+
*(*nvictable)
3434
}
3535
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE {
3636
.ANY (+RW +ZI)

0 commit comments

Comments
 (0)