This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Cannot get HFXO to start in Murata MBN52832 Module (nRF52832)

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?

Parents Reply Children
Related