diff --git a/ld/NRF51822.ld b/ld/NRF51822.ld index c766981..6362bec 100644 --- a/ld/NRF51822.ld +++ b/ld/NRF51822.ld @@ -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")