Skip to content

Commit ee2d84a

Browse files
Tschet1rugeGerritsen
authored andcommitted
softdevice_controller: Use always-on mram on 54h
This is a temporary fix until the respective service to request MRAM to stay awake. This is needed to guarantee low latencies required by the bluetooth stack. Signed-off-by: Jan Müller <[email protected]>
1 parent f7eb8c8 commit ee2d84a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ config BT_LL_SOFTDEVICE
4444
select BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT
4545
select BT_CTLR_SUBRATING_SUPPORT
4646
select BT_LL_SOFTDEVICE_HEADERS_INCLUDE
47+
select SOC_NRF54H20_NO_MRAM_LATENCY if SOC_NRF54H20_CPURAD
4748
depends on (SOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_COMPATIBLE_NRF5340_CPUNET ||\
4849
SOC_NRF54H20_CPURAD || SOC_SERIES_NRF54LX)
4950
depends on DT_HAS_NORDIC_BT_HCI_SDC_ENABLED

0 commit comments

Comments
 (0)