Skip to content

Commit 53a2780

Browse files
ktaborowskirlubos
authored andcommitted
samples: bluetooth: power profiling nrf54lv10 mpsl fix config
[KRKNWK-21030] Disable RRAM being always on, not required for basic Bluetooth functionality. Signed-off-by: Krzysztof Taborowski <[email protected]>
1 parent e8813dd commit 53a2780

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/bluetooth/peripheral_power_profiling/boards/nrf54lv10dk_nrf54lv10a_cpuapp_ns.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ CONFIG_NFC_NDEF_CH_MSG=n
1414

1515
CONFIG_PM_DEVICE=y
1616
CONFIG_PM_DEVICE_RUNTIME=y
17+
18+
# RRAM always on, not needed for basic bluetooth features.
19+
CONFIG_MPSL_FORCE_RRAM_ON_ALL_THE_TIME=n

0 commit comments

Comments
 (0)