I don't have a 32KHz crystal on my board (using the stock Rigado module) and power isn't an issue as the board is mains powered in operation, so I was intending on using the HF SYNTH for the LF clock.
I've just moved to the latest S130/S132 V2 which uses the nrf_clock_lf_cfg_t structure for configuring ble, for SYNTH operation do I have to provide a xtal_accuracy field and if so should it be
- the accuracy of the actual 16MHz crystal (which I'll have to ask Rigado but I assume is better than 50ppm)
or
- The default (0) 250ppm which matches the old SDK's NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, which was the only SYNTH source available?
or is SYNTH not really recommended and I should use the RC source with frequent calibration? I don't really mind, I'll take whatever gives the most stable BLE performance.