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)
55
66MEMORY
77{
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
1010}
1111
1212ENTRY (Reset_Handler)
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments