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

nRF52840 32.768KHz capacitor value different

Hi

Since we need use different C1/C2 (15PF/12PF) for 32.768K XL1/XL2

I check "https://devzone.nordicsemi.com/f/nordic-q-a/37448/asymmetric-crystal-load-capacitors" , and it mention 13PF/15PF is ok but 10PF/15PF is not recommend

So could you help check if 15PF/12PF for 32.768K XL1/XL2 is ok or not?

Thank you~~

Poki

Parents Reply Children
  • Hi,
    Is there any specific reason to why you want different copastor values? It is recommended to keep C1 and C2 the same value, ref
    When calculating the C1 and C2 for the crystal you can use this formula:
    C1 = C2 = CL * 2 -C_pin

    Where CL is the Load capacitance, in this case I believe it is 9pF as it is what you use given he link and component name, and C_pin is the input capacitance on XL1 and XL2 pads. For the nrf52840 it is given the C_pin is 4pF. 

    This gives the value C1 and C2 = 9pF * 2 - 4pF = 14pF


    If it is the case that you have problem sourcing the 14pF capacitors then 12pF/15pF could work fine to. There might be some more jitter then normal but it is hard to say exactly and it doesn't take much before the RF-carrier is to much off to not be within the spec. 

    Regards,
    Jonathan

Related