Hello! We are having a problem getting the HFXO to start running in the Murata MBN52832 module (nRF52832-based) so that we can start advertising. The 32MHz crystal is embedded in the module, so the crystal hardware should be OK. We do the:
NRF_CLOCK->TASKS_HFCLKSTART = 1;
while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0)
but never get out of the while loop. If we skip the Bluetooth setup the processor runs OK (just without the radio). Any thoughts or suggestions?