Skip to content

Commit

Permalink
change RAM length
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Mar 1, 2022
1 parent 51ab7f0 commit 0062377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ld/NRF51822.ld
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x00018000, LENGTH = 0x28000
RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000
RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x6000
}

OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
Expand Down

0 comments on commit 0062377

Please sign in to comment.