We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441b41b commit 2be62eeCopy full SHA for 2be62ee
drivers/clock_control/Kconfig.nrf
@@ -131,6 +131,7 @@ endif # CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
131
config CLOCK_CONTROL_NRF_HFINT_CALIBRATION
132
bool "HFINT clock calibration"
133
depends on SOC_NRF54L05 || SOC_NRF54L10 || SOC_NRF54L15
134
+ default y
135
help
136
Enables periodic calibration of high-frequency clock. Calibration
137
is experimental.
@@ -139,7 +140,7 @@ if CLOCK_CONTROL_NRF_HFINT_CALIBRATION
139
140
141
config CLOCK_CONTROL_NRF_HFINT_CALIBRATION_PERIOD
142
int "HFINT clock calibration period in milliseconds"
- default 60000
143
+ default 2000
144
145
Periodically, high-frequency internal clock calibration is
146
performed. This includes requesting high-frequency clock and
0 commit comments