Skip to content

Commit 6d3d88f

Browse files
authored
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
1 parent 7e179f5 commit 6d3d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7219,7 +7219,7 @@
72197219
"MCU_NRF52832": {
72207220
"inherits": ["Target"],
72217221
"core": "Cortex-M4F",
7222-
"static_memory_defines": false,
7222+
"static_memory_defines": true,
72237223
"macros": [
72247224
"BOARD_PCA10040",
72257225
"NRF52",

0 commit comments

Comments
 (0)