Skip to content

Commit 2eee5cc

Browse files
woodsking2adbridge
authored andcommitted
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 8592c68 commit 2eee5cc

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
@@ -7332,7 +7332,7 @@
73327332
"MCU_NRF52832": {
73337333
"inherits": ["Target"],
73347334
"core": "Cortex-M4F",
7335-
"static_memory_defines": false,
7335+
"static_memory_defines": true,
73367336
"macros": [
73377337
"BOARD_PCA10040",
73387338
"NRF52",

0 commit comments

Comments
 (0)