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

External low frequency crystal reference design?

Hello,

We are designing a custom board, and we would like to use an external crystal for the low frequency clock source, but we are running into disconnect issues. A similar problem is described in devzone.nordicsemi.com/.../

Are there any reference designs or recommended guidelines on the low frequency clock source and the associated caps?

Thanks,

-ujwal

Parents
  • Hi,

    I assume you are using the nRF51822?

    Please have a look at the product specification to find the electrical specifications for the 32kHz crystal. The main restrictions are:

    • +/- 250 ppm or better
    • Load capacitance below 12.5pF
    • ESR lower than max 80 kΩ

    image description

    C1 and C2 should be the same value and are calculated like this.

    C1 = C_L * 2 - 4pF

    Where 4pF is the pin capacitance.

    Once you have your hardware in order you need to define in your code which accuracy your crystal has, this is seen in the post that you linked to.

    Best regards,

    Øyvind

Reply
  • Hi,

    I assume you are using the nRF51822?

    Please have a look at the product specification to find the electrical specifications for the 32kHz crystal. The main restrictions are:

    • +/- 250 ppm or better
    • Load capacitance below 12.5pF
    • ESR lower than max 80 kΩ

    image description

    C1 and C2 should be the same value and are calculated like this.

    C1 = C_L * 2 - 4pF

    Where 4pF is the pin capacitance.

    Once you have your hardware in order you need to define in your code which accuracy your crystal has, this is seen in the post that you linked to.

    Best regards,

    Øyvind

Children
Related