Difference between revisions of "Oscillator"

From OpenCircuits
Jump to navigation Jump to search
(Yu mo goei goei fai tsing tao!)
Line 1: Line 1:
My life's been basically dull these days.
+
The vast majority of electronic systems operate at some fixed frequency.
I haven't gotten much done these days.
 
Today was a complete loss. 
 
  
[http://z.la/e75wd sexy teens] |
+
Usually the component that fixes that frequency is a crystal made of silicon, sealed in a metal can.
[http://z.la/nfvll disney sex toon] |
+
(Some very-low-cost devices might use a "resonator" or a resistor and a capacitor to fix the frequency).
[http://z.la/7e0uk mom young boy] |
+
 
[http://z.la/27w3o soccer mom tits]
+
The entire circuit that generates the frequency is called an "oscillator".
 +
(An oscillator that uses a resistor and a capacitor to fix the frequency is called a "RC oscillator".
 +
An oscillator that uses a crystal to fix the frequency is called a "crystal oscillator".)
 +
 
 +
The oscillator includes, in addition to the frequency-fixing component just mentioned, an amplifier and capacitors.
 +
 
 +
One can buy an "oscillator" in a metal can. Typically an oscillator can has 4 pins. Inside the can is all the components of the oscillator. One applies DC power on 2 of the pins, and the oscillating signal (the "CLK OUT") appears on another pin. (The remaining pin is unused).
 +
 
 +
Other times one buys just the crystal in a (2-pin) metal can and attaches the other components to build an oscillator.
 +
 
 +
In either case, the frequency is printed on the top of the metal can.
 +
 
 +
Many microcontrollers have 2 pins (typically labeled "XTAL1" and "XTAL2", or "OSC1" and "OSC2", or something similar)
 +
that are designed to be directly connected to the 2 pins of a crystal.
 +
(Capacitors from those pins to VCC and GND are also part of the recommended circuit).
 +
An inverter inside the microcontroller acts as the amplifier, and the crystal and capacitors make up the rest of the oscillator.
 +
 
 +
In systems with multiple CPUs, it is often simpler, cheaper, and more reliable (avoiding metastability problems) to use a single crystal (rather than a dedicated crystal for each CPU).
 +
CPUs (and many other components) often have a single "CLK" pin designed to be connected to the wire used to send that "clock signal" (a fixed frequency) everywhere.
 +
 
 +
Unfortunately, many people confuse the "clock signal" generated by an oscillator (a simple metronome beat, tone, at constant frequency) with far more complicated "clock system"s that keep track of seconds, minutes, hours, and sometimes days, weeks, months, and years.
 +
 
 +
== for further reading ==
 +
 
 +
* [http://techref.massmind.org/techref/clocks.htm massmind: clocks]
 +
* [http://en.wikipedia.org/wiki/Crystal_oscillator Wikipedia: crystal oscillator]
 +
* [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en021190 "App Note AN949: Making Your Oscillator Work" by Brett Duane]
 +
* [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en020706 "App Note AN943: Practical PICmicro® Oscillator Analysis and Design" by Ruan Lourens]

Revision as of 18:19, 22 June 2007

The vast majority of electronic systems operate at some fixed frequency.

Usually the component that fixes that frequency is a crystal made of silicon, sealed in a metal can. (Some very-low-cost devices might use a "resonator" or a resistor and a capacitor to fix the frequency).

The entire circuit that generates the frequency is called an "oscillator". (An oscillator that uses a resistor and a capacitor to fix the frequency is called a "RC oscillator". An oscillator that uses a crystal to fix the frequency is called a "crystal oscillator".)

The oscillator includes, in addition to the frequency-fixing component just mentioned, an amplifier and capacitors.

One can buy an "oscillator" in a metal can. Typically an oscillator can has 4 pins. Inside the can is all the components of the oscillator. One applies DC power on 2 of the pins, and the oscillating signal (the "CLK OUT") appears on another pin. (The remaining pin is unused).

Other times one buys just the crystal in a (2-pin) metal can and attaches the other components to build an oscillator.

In either case, the frequency is printed on the top of the metal can.

Many microcontrollers have 2 pins (typically labeled "XTAL1" and "XTAL2", or "OSC1" and "OSC2", or something similar) that are designed to be directly connected to the 2 pins of a crystal. (Capacitors from those pins to VCC and GND are also part of the recommended circuit). An inverter inside the microcontroller acts as the amplifier, and the crystal and capacitors make up the rest of the oscillator.

In systems with multiple CPUs, it is often simpler, cheaper, and more reliable (avoiding metastability problems) to use a single crystal (rather than a dedicated crystal for each CPU). CPUs (and many other components) often have a single "CLK" pin designed to be connected to the wire used to send that "clock signal" (a fixed frequency) everywhere.

Unfortunately, many people confuse the "clock signal" generated by an oscillator (a simple metronome beat, tone, at constant frequency) with far more complicated "clock system"s that keep track of seconds, minutes, hours, and sometimes days, weeks, months, and years.

for further reading