cancel
Showing results for 
Search instead for 
Did you mean: 

The Wave Form of STM32F429 osc_out pin have a DC level, Is it correct?

helixwmonkey
Associate II
Posted on April 27, 2014 at 03:25

The picture is the wave form of STM32F429 osc_out pin,The low level is not 0V, but is 1.24V,  Why the sine wave's value of peak to peak is 1.04V. Is it correct? 

0690X00000602u5QAA.jpg
2 REPLIES 2
Danish1
Lead II
Posted on April 28, 2014 at 11:54

Yes that is correct.

That voltage is needed to bias the osc_in pin so it operates as an amplifier rather than a digital inverter.

Inside the stm32 there is a resistor that goes between osc_out and osc_in, perhaps 10 Megohms. So there is no DC voltage across the crystal.

As well as this resistor to set the bias, there is also a mechanism to control the gain of this amplifier and thereby the amplitude of oscillations. This is so that you should be able to get reliable oscillations without consuming excessive power or damaging the crystal.

Hope this helps,

Danish

helixwmonkey
Associate II
Posted on April 29, 2014 at 12:03

Thank you for help.