Skip to content

Commit 3971361

Browse files
authored
Merge pull request #4 from desmond-blue/feature_sdk15_add_ble
Fix SoftDevice configuration on NRF52_DK
2 parents 64187d0 + 47561b4 commit 3971361

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/TARGET_SOFTDEVICE_S132_FULL/headers/nrf_nvic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ __STATIC_INLINE uint32_t __sd_nvic_is_app_accessible_priority(uint32_t priority)
312312
if( priority == 0
313313
|| priority == 1
314314
|| priority == 4
315+
|| priority == 5
315316
)
316317
{
317318
return 0;

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/TARGET_SOFTDEVICE_S132_FULL/mbed_lib.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"S132",
66
"BLE_STACK_SUPPORT_REQD",
77
"NRF_SDH_CLOCK_LF_XTAL_ACCURACY=7",
8-
"NRF_SD_BLE_API_VERSION=5",
8+
"NRF_SD_BLE_API_VERSION=6",
99
"NRF_SDH_ENABLED=1",
1010
"NRF_SDH_BLE_ENABLED=1",
1111
"PEER_MANAGER_ENABLED=1",
@@ -35,8 +35,8 @@
3535
"*": {
3636
"target.bootloader_img": "hex/s132_nrf52_6.0.0_softdevice.hex",
3737
"target.app_offset": "0x26000",
38-
"target.mbed_ram_start": "0x20001D70",
39-
"target.mbed_ram_size": "0xE290"
38+
"target.mbed_ram_start": "0x200032E8",
39+
"target.mbed_ram_size": "0xCD18"
4040
}
4141
}
4242
}

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6538,6 +6538,7 @@
65386538
"NRF5x",
65396539
"NRF52",
65406540
"SDK_15_0",
6541+
"NORDIC_SOFTDEVICE",
65416542
"SOFTDEVICE_COMMON",
65426543
"SOFTDEVICE_S132_FULL"
65436544
],

0 commit comments

Comments
 (0)