Skip to content

Commit 67750a2

Browse files
martintvhermabe
authored andcommitted
mpsl: Increase default config for how often hfpll is calibrated
It is a bit excessive to calibrate hfpll every 4s. Increasing to 60s to save power in the case where LFRC calibartion doesnt happen (when LFXO is used). Signed-off-by: Martin Tverdal <[email protected]>
1 parent d4cd700 commit 67750a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/mpsl/init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ config MPSL_CALIBRATION_PERIOD
101101
int "Calibration callback period in milliseconds"
102102
depends on CLOCK_CONTROL_MPSL && (SOC_SERIES_NRF54LX || CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION)
103103
default CLOCK_CONTROL_NRF_CALIBRATION_PERIOD if CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
104-
default 4000
104+
default 60000
105105
help
106106
This configuration means how often the calibration callback to mpsl is called.
107107
On 54L, this still needs to be called even if LFRC is not used.

0 commit comments

Comments
 (0)