We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2504f9 commit e37b85bCopy full SHA for e37b85b
bsp/nrf5x/nrf52833/board/linker_scripts/link.sct
@@ -2,13 +2,13 @@
2
; *** Scatter-Loading Description File generated by uVision ***
3
; *************************************************************
4
5
-LR_IROM1 0x00000000 0x100000 { ; load region size_region
6
- ER_IROM1 0x00000000 0x100000 { ; load address = execution address
+LR_IROM1 0x00000000 0x80000 { ; load region size_region
+ ER_IROM1 0x00000000 0x80000 { ; load address = execution address
7
*.o (RESET, +First)
8
*(InRoot$$Sections)
9
.ANY (+RO)
10
}
11
- RW_IRAM1 0x20000000 0x40000 { ; RW data
+ RW_IRAM1 0x20000000 0x20000 { ; RW data
12
.ANY (+RW +ZI)
13
14
0 commit comments