Skip to content

Commit cc8651e

Browse files
author
Cruz Monrreal
authored
Merge pull request #7505 from naveenkaje/pushbranch
Fix linker script for NRF52840/ARM
2 parents c5ba97f + ed25102 commit cc8651e

File tree

2 files changed

+3
-3
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52

2 files changed

+3
-3
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/TOOLCHAIN_ARM_STD/nRF52832.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
LR_IROM1 MBED_APP_START MBED_APP_SIZE {
2727
ER_IROM1 MBED_APP_START MBED_APP_SIZE {
2828
*.o (RESET, +First)
29-
*(InRoot$$Sections)
30-
.ANY (+RO)
29+
*(InRoot$$Sections)
30+
.ANY (+RO)
3131
}
3232

3333
RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section

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)