1

I have a crystal oscillating at 25MHz (datasheet). The recommanded load capacitance is 18pF according to the datasheet.

The crystal is connected to a component where the capacitance on the pin are not the same : CIO1 = 11pF and CIO2 = 8pF.

I did the calculation to determine what capacitor was needed to connect on the pin :

With 11pF and 8pF on the IO pin the equivalente capacitance is 4.6pF then :

C_x=2*(C_L-C_p)

C_x=2*(18-4.6)

C_x=26.8pF

Then I selected two capacitors of 27pF to connect from each side of the crystal to the ground.

My problem is, since the capacitance on each pin is not the same I believe the duty cycle will not be 50%, because on one side the crystal has a 11+27=38pF and on the other side 8+27=35pF.

Knowing that, how can I theorically calculate the duty cycle?

damien
  • 1,273
  • 4
  • 16
  • 26
  • 1
    That's not a crystal oscillator, just a crystal. – Olin Lathrop Sep 21 '16 at 11:55
  • 1
  • your link is to a crystal, that is by itself not yet an oscillator 2) show us the circuit of the complete oscillator. 3) How you connect the total capacitance to the crystal will have no effect on the duty cycle of the signal coming out of the oscillator. Crystals behave as a resonant circuit with an extremely high Q and this high Q forces the oscillator to work with a sinusoidal signal. A signal with a DuCy that is not 50% will have many harmonics and the high Q supresses these. I challenge you design an oscillator that will have a non 50% DuCy signal across the crystal.
  • – Bimpelrekkie Sep 21 '16 at 11:55
  • It is indeed only a crystal sorry for the english error. – damien Sep 21 '16 at 12:44