From 1bed555921bded3d4fabf29e683a88e5bca06bc8 Mon Sep 17 00:00:00 2001 From: James Wang Date: Tue, 27 Aug 2019 19:50:01 +0800 Subject: [PATCH] set NRF52832 static_memory_defines true static_memory_defines controls the macro MBED_RAM_START AND MBED_RAM_SIZE when nrf52832 to use softdevice, it need MBED_RAM_START to set the true application ram start --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index ae26b8da76..cca13e33b5 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7332,7 +7332,7 @@ "MCU_NRF52832": { "inherits": ["Target"], "core": "Cortex-M4F", - "static_memory_defines": false, + "static_memory_defines": true, "macros": [ "BOARD_PCA10040", "NRF52",