I am using TM4C1294NCPDTI3 in my custom board design. In this XOSC0 and XOSC1 uses a 32.768KHz crystal. We are using Abracon's ABS25-32.768KHZ-T(CL = 12.5pF,C0=1.35pF)
From datasheet, C1-C2 ranges between 12-24pF.
CPKG(nominal) = 0.5pF, CPCB(nominal) = 0.5 pF, CSHUNT(max) = 4pF
CL = (C1*C2)/(C1+C2) + CPKG + CPCB
Assuming C1=C2=C
C/2 = CL - (CPKG + CPCB + C0)
= 12.5 - (0.5 + 0.5 + 1.35)
= 10.15
Therefore C1=C2 = 20.3pF. (Use 22pF)
In Development Kit,(Document spmr241), crystal used is CMR200T-32.768KDZY-UT(CL=7pF, C0 = 1.35pF)
Assuming C1=C2=C
C/2 = CL - (CPKG + CPCB +C0)
= 7 - (0.5 + 0.5 + 1.35)
= 4.65
Therefore C1=C2=9.3pF. (But 12pF is used in DK)
The calculation for the DK does not account for C0,shunt capacitance.
Q1. Is the above calculations correct?
Q2. Why 12pF is used instead of 10pF in DK?
Q3. Shall i proceed with Cl1 = C2 = 22pF for ABS25-32.768KHZ-T?