I'm running the esb_ptx_pca10040e on a custom board with NRF52810. The program gets stuck on....
while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0);
This appears to be similar to Case ID: 233382. I know that if the crystal or crystal caps are out of spec or not soldered correctly that could prevent the high freq clock from starting. I was concered my crystal was the problem so I bought a different crystal....
https://www.mouser.com/ProductDetail/732-FA12832.F10Z-AJ3
My program is still getting stuck on the same line. Compared to the reference design the only difference appears to be the size of the capacitors on the crystal. I'm using 0201 12 pF caps whereas the reference uses 0402 12pF caps. Is this causing the crystal to not operate correctly? Thanks.