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

Should I use a 32KHz watch crystal or 16MHz crystal

I am designing with the nRF51822 and I have a choice of either a 32Khz or 16MHz crystal. Can you tell me the advantages and disadvantages of both?

If the 32KHz crystal offers lower power and higher accuracy why even offer the 16MHz option? Also, it seems to me that the 16MHz would offer higher accuracy since the PLL multiplier would be smaller than for a watch crystal. Since the PLL multiplier would be smaller the effects of jitter multiplication would be less. Or am I missing something?

Thanks, john

Parents
  • Hi John,

    There are three ways to generate the 32khz clock:

    1) External Crystal

    a) Pro: Lower power consumption. Can be used for other timers if critical timing is required. The BTLE stack itself does not need the accuracy of the crystal but the ANT stack does!

    b) Con: Extra cost and board space ( The crystal Plus load caps)

    2) Using the internal 32Khz RC osc. / 16Mhz clock calibration method

    a) Pro: Lower BOM cost and Board space reduction. Can be adjusted to recalibrate from 4000ms to 16000ms and can use Die temp to determine when recalibration is required.

    b) Con: Increased power consumption over #1 above

    **3) Low frequency clock synthesized Internally by dividing down the High Freq 16Mhz clock **

    a) Con: Not recommended for use with any of the Nordic BTLE Softdevices. 16Mhz Crystal must run all the time to generate 32Khz clock.

    Or if a stable 32Khz clock is available from a external source then this may be used as well. This clock must meet the specs shown in the datasheet.

Reply
  • Hi John,

    There are three ways to generate the 32khz clock:

    1) External Crystal

    a) Pro: Lower power consumption. Can be used for other timers if critical timing is required. The BTLE stack itself does not need the accuracy of the crystal but the ANT stack does!

    b) Con: Extra cost and board space ( The crystal Plus load caps)

    2) Using the internal 32Khz RC osc. / 16Mhz clock calibration method

    a) Pro: Lower BOM cost and Board space reduction. Can be adjusted to recalibrate from 4000ms to 16000ms and can use Die temp to determine when recalibration is required.

    b) Con: Increased power consumption over #1 above

    **3) Low frequency clock synthesized Internally by dividing down the High Freq 16Mhz clock **

    a) Con: Not recommended for use with any of the Nordic BTLE Softdevices. 16Mhz Crystal must run all the time to generate 32Khz clock.

    Or if a stable 32Khz clock is available from a external source then this may be used as well. This clock must meet the specs shown in the datasheet.

Children
No Data
Related