I am using external Crystal for my custom chip using nrf 51422 controller.... Just wanted to confirm is my setup for the external crystal (16 Mhz) is correct... It is connected between XC1 and XC2
and in my code I am initializing it with
Softdevice_handler_init(NRF_CLOCK_LFCLK_SYNTH_250_PPM, NULL)
It that ok ?? Or I am not configuring external crystal correctly????
thank you....