Skip to content

Commit

Permalink
update flash length
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBakalor committed Jun 12, 2020
1 parent 66214aa commit 35fb449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ld/nrf52840.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MEMORY
{
SD (rx) : ORIGIN = 0x00000, LENGTH = 0x27000
FLASH (rx) : ORIGIN = 0x27000, LENGTH = 0xD0000
FLASH (rx) : ORIGIN = 0x27000, LENGTH = 0xD9000
RAM (rwx) : ORIGIN = 0x20008000, LENGTH = 0x38000
}
OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
Expand Down

0 comments on commit 35fb449

Please sign in to comment.