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 2cb69c8 commit d2504f9Copy full SHA for d2504f9
bsp/nrf5x/nrf52833/board/linker_scripts/link.lds
@@ -5,8 +5,8 @@ GROUP(-lgcc -lc -lnosys)
5
6
MEMORY
7
{
8
- FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x100000
9
- RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000
+ FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000
+ RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x20000
10
}
11
12
ENTRY(Reset_Handler)
0 commit comments