This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:avr:clock [2010/03/16 13:17] – Helen | en:avr:clock [2020/07/20 12:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Clock ====== | ||
| + | |||
| + | As with most digital electronics, | ||
| + | |||
| + | **Internal RC Oscillator** | ||
| + | |||
| + | [{{ : | ||
| + | |||
| + | This is a internal clock generator, which does not need any external components. Its main disadvantages are low frequency and inaccuracy. | ||
| + | |||
| + | **External RC Oscillator** | ||
| + | |||
| + | Works on the same principal as an internal RC oscillator and has no significant advantage over the internal one. | ||
| + | |||
| + | **Crystal Oscillator** | ||
| + | |||
| + | [{{ : | ||
| + | |||
| + | Crystal oscillators use a crystal (usually quartz) that vibrates at its resonant frequency in the electric field and has a piezoelectic quality to produce an electric field during mechanical deformation (vibration). Crystal oscillators enable a precision of nearly 0.001%, which does not depend on the temperature. | ||
| + | |||
| + | **Ceramic Resonator** | ||
| + | |||
| + | Ceramic resonators are similar to crystal oscillators, | ||
| + | |||
| + | **External Clock Signal** | ||
| + | |||
| + | [{{ : | ||
| + | |||
| + | An external clock signal can be generated with any device, provided that the frequency and amplitude (voltage) are in the correct range. For example, an external clock signal generator can be used to provide a clock signal to several microcontrollers at once. | ||