Hi, Nordic Engineers. Now, i use a external 32mhz crystal on my board. i have add code"NRF_CLCOK->XTALFREQ = 0X00", but the BLE radio seems not work. Led flick is ok. Why? Would you like to give some advice?
Hi, Nordic Engineers. Now, i use a external 32mhz crystal on my board. i have add code"NRF_CLCOK->XTALFREQ = 0X00", but the BLE radio seems not work. Led flick is ok. Why? Would you like to give some advice?
Try this instead:
NRF_CLOCK->XTALFREQ &= 0xFFFFFF00;
Are you sure you have the correct Loading Capacitors on the 32MHz crystal?
Try this instead:
NRF_CLOCK->XTALFREQ &= 0xFFFFFF00;
Are you sure you have the correct Loading Capacitors on the 32MHz crystal?