File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
bsp/nrf5x/nrf52833/board/linker_scripts Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ GROUP(-lgcc -lc -lnosys)
5
5
6
6
MEMORY
7
7
{
8
- FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x100000
9
- RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000
8
+ FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000
9
+ RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x20000
10
10
}
11
11
12
12
ENTRY (Reset_Handler )
Original file line number Diff line number Diff line change 2
2
; *** Scatter-Loading Description File generated by uVision ***
3
3
; *************************************************************
4
4
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
7
7
*.o (RESET, +First)
8
8
*(InRoot$$Sections)
9
9
.ANY (+RO)
10
10
}
11
- RW_IRAM1 0x20000000 0x40000 { ; RW data
11
+ RW_IRAM1 0x20000000 0x20000 { ; RW data
12
12
.ANY (+RW +ZI)
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments