Skip to content

Commit e37b85b

Browse files
authored
Update link.sct
1 parent d2504f9 commit e37b85b

File tree

1 file changed

+3
-3
lines changed
  • bsp/nrf5x/nrf52833/board/linker_scripts

1 file changed

+3
-3
lines changed

bsp/nrf5x/nrf52833/board/linker_scripts/link.sct

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
; *** Scatter-Loading Description File generated by uVision ***
33
; *************************************************************
44

5-
LR_IROM1 0x00000000 0x100000 { ; load region size_region
6-
ER_IROM1 0x00000000 0x100000 { ; load address = execution address
5+
LR_IROM1 0x00000000 0x80000 { ; load region size_region
6+
ER_IROM1 0x00000000 0x80000 { ; load address = execution address
77
*.o (RESET, +First)
88
*(InRoot$$Sections)
99
.ANY (+RO)
1010
}
11-
RW_IRAM1 0x20000000 0x40000 { ; RW data
11+
RW_IRAM1 0x20000000 0x20000 { ; RW data
1212
.ANY (+RW +ZI)
1313
}
1414
}

0 commit comments

Comments
 (0)