diff --git a/nrf5/boards/nrf51822_ac_s110.ld b/nrf5/boards/nrf51822_ac_s110.ld index 5df19da487..ec1aff397d 100644 --- a/nrf5/boards/nrf51822_ac_s110.ld +++ b/nrf5/boards/nrf51822_ac_s110.ld @@ -9,7 +9,7 @@ MEMORY FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x040000 /* entire flash, 256 KiB */ FLASH_ISR (rx) : ORIGIN = 0x00018000, LENGTH = 0x000400 /* sector 0, 1 KiB */ FLASH_TEXT (rx) : ORIGIN = 0x00018400, LENGTH = 0x027c00 /* 159 KiB */ - RAM (xrw) : ORIGIN = 0x20002000, LENGTH = 0x006000 /* 12 KiB */ + RAM (xrw) : ORIGIN = 0x20002000, LENGTH = 0x006000 /* 24 KiB */ } /* produce a link error if there is not this amount of RAM for these sections */