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

use external 32MHz crystal

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?

Parents
  • Try this instead:

    NRF_CLOCK->XTALFREQ &= 0xFFFFFF00;

    Are you sure you have the correct Loading Capacitors on the 32MHz crystal?

Reply
  • Try this instead:

    NRF_CLOCK->XTALFREQ &= 0xFFFFFF00;

    Are you sure you have the correct Loading Capacitors on the 32MHz crystal?

Children
No Data