Skip to content

Commit d2504f9

Browse files
authored
Update link.lds
1 parent 2cb69c8 commit d2504f9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ GROUP(-lgcc -lc -lnosys)
55

66
MEMORY
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

1212
ENTRY(Reset_Handler)

0 commit comments

Comments
 (0)