Files
hci_uart_beacon/clk.conf
pober 2bad8ad2cd fix-latencybuildup (#1)
Co-authored-by: Pbopbo <p.obernesser@freenet.de>
Reviewed-on: #1
2026-04-09 11:51:34 +00:00

9 lines
305 B
Plaintext

# 1. Disable the Crystal and RC Oscillators
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
# 2. Enable the Synthesized Clock (LFSYNT)
CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=n
# 3. Claim High Accuracy (Because it is backed by the HFXO)
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y