Hello,
We've a Custom board based on nRF52832, it works fine in beacon mode using the Synth Clock (else it doesn't work):
// <o> CLOCK_CONFIG_LF_SRC - LF Clock Source
// <0=> RC
// <1=> XTAL
// <2=> Synth
#ifndef CLOCK_CONFIG_LF_SRC
#define CLOCK_CONFIG_LF_SRC 2
#endif
But is it possible to change the source dynamically in the FW? (like using RC oscillator in sleep mode and back to Synth in Active mode)
Thanks,
John.