Skip to content

Commit

Permalink
memeory update for new soft device
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBakalor committed Jun 11, 2020
1 parent 34a1fc2 commit 66214aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ld/nrf52840.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MEMORY
{
SD (rx) : ORIGIN = 0x00000, LENGTH = 0x26000
FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0xD0000
SD (rx) : ORIGIN = 0x00000, LENGTH = 0x27000
FLASH (rx) : ORIGIN = 0x27000, LENGTH = 0xD0000
RAM (rwx) : ORIGIN = 0x20008000, LENGTH = 0x38000
}
OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
Expand Down

0 comments on commit 66214aa

Please sign in to comment.