diff --git a/nrf5/boards/nrf51x22_256k_32k_s110.ld b/nrf5/boards/nrf51x22_256k_32k_s110.ld index ec1aff397d..adee5b4bc9 100644 --- a/nrf5/boards/nrf51x22_256k_32k_s110.ld +++ b/nrf5/boards/nrf51x22_256k_32k_s110.ld @@ -14,7 +14,7 @@ MEMORY /* produce a link error if there is not this amount of RAM for these sections */ _minimum_stack_size = 2K; -_minimum_heap_size = 4K; +_minimum_heap_size = 1K; /* top end of the stack */ @@ -23,6 +23,6 @@ _estack = ORIGIN(RAM) + LENGTH(RAM); /* RAM extents for the garbage collector */ _ram_end = ORIGIN(RAM) + LENGTH(RAM); -_heap_end = 0x20003000; /* tunable */ +_heap_end = 0x20005000; /* tunable */ INCLUDE "boards/common.ld"