Hi,
I am working on an application using NRF52810/NRF52832 without Soft Device (I don't need BLE for this app), on a custom board. I am using the SDK15.
There is no external 32MHz crystal on the board (HFCLKINT is used as a source for HFCLK), and there is no 32kHz crystal either. LFRC is used as a source for LFCLK.
The LFCLK is used for periodic wake-up and data logging. I'd like to improve its accuracy.
One of the NRF52 GPIO is connected to an accurate 32MHz digital clock signal generated by a sensor IC. I'd like to use this 32MHz reference to calibrate the LFRC.
Is there a way to use the LFRC calibration registers to perform the calibration "manually" instead of using the calibration task? I can't use the calibration task since I don't have the HFXO running.
Thanks!