An oscillator start-up timer (OST) is a module used by some microcontrollers to keep the device reset until the crystal oscillator is stable. When a crystal oscillator starts up, its frequency is not constant, which causes the clock frequency to be non-constant. This would cause timing errors, leading to many problems. An oscillator start-up timer ensures that the device only operates when the oscillator generates a stable clock frequency. The PIC microcontroller's oscillator start-up timer holds the device's reset for a 1024-oscillator-cycle delay to allow the oscillator to stabilize.
See also
- Power-on reset
- Brown-out reset
- Watchdog timer
- Low-voltage detect
References
PIC tutorials - PIC16x8x, retrieved 27 October 2011 http://www.pictutorials.com/PIC_16x8x_family.htm ↩
Maxim - Crystal Considerations with Maxim Real-Time Clocks, retrieved 27 October 2011 http://www.maxim-ic.com/app-notes/index.mvp/id/58 ↩
Microchip - reset, retrieved 27 October 2011 http://ww1.microchip.com/downloads/en/devicedoc/31003a.pdf ↩