Enviroment : nRF52833, ncs v3.1.1
The custom board is connected to a DCDC and a 32.768kHz XTAL. However, during the module manufacturing process, the DCDC and XTAL are not connected, which causes a problem where we cannot verify operation after downloading the firmware.
Therefore, I would like to modify the firmware so that the board boots using RC, but switches the LFCLK to XTAL after a certain period of time.
I have already looked into a few cases, but I was not successful in changing it at runtime.
Is there a way to do this?