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

Why is the 64 MHz crystal oscillator (using external 32 MHz crystal) needed for radio operations?

Hi there,

we are developing an application based on simple IEEE 802.15.4 packets, for which we use the radio peripheral. Every example found in the SDK starts with switching on the HF clock by using the external crystal. At least, that is how I understand the line NRF_CLOCK->TASKS_HFCLKSTART = 1.

Why exactly is this needed? Can't we just run off the on-chip oscillator?

Thanks for clarification,
Tamas

Parents Reply
  • Hi Tamas,

     

    As the internal oscillator is not accurate enough, the RF frequency generation uses the crystal input as reference, and will be wildly inaccurate. Even with a 1-2% inaccuracy this is way outside the 60ppm specifications for which the radio has been designed for and there will be a risk for timing violations on top and PLL lock on top of the 1-2% RF frequency inaccuracy. If the packet structure will make it or exactly what might fail I can not put my finger on, this has not been widely characterized as it should never be done.

     

    Best regards,

    Andreas

Children
No Data
Related