Hi, in the development kit of nRF52840, the oscillator for the micro is configured as follow
In the bom, it can be seen that the used oscillator is the MP06003 that correspond to GSX-223/1P3MF. This crystal needs load capacitors of 8pF even if in the DK 12pF is used.
In my custom board I follow the same indication of the DK and I used MP06003 with 12pF laod capacitance, using the same ayout proposed by Nordic, adding further two inner layer connected to ground.
It seems that the oscillator doesn't work since the execution in debug stucks at a config function that deal with clock and the entire board has a unpredictable behaviour, sometimes it works, sometimes no.
Shoud I change the capacitor value?
Does anyone have the same issue?
Thanks in advance