Maker Pro
Maker Pro

RC Oscillator

W

wt

Jan 1, 1970
0
Hi,
When using an RC oscillator for the PIC's, is there a way to determine the
frequency from the values of R and C? How?
 
T

Tom

Jan 1, 1970
0
wt said:
Hi,
When using an RC oscillator for the PIC's, is there a way to determine the
frequency from the values of R and C? How?
There's charts in the data sheets, that show R/C and how the frequency
will vary with voltage.
 
T

Tim Daneliuk

Jan 1, 1970
0
Steve said:
and temperature.


- Steve

.... and tolerance of the components, and component behavior over changing
temps, and ... The general point is that RC oscillation in this
context provides and approximate frequency. Applications requiring
precise timing ought to use crystals instead. For many things, though,
an RC oscillator is fine and it has the benefit of being able to clock
the PIC at frequencies well below those possible with a crystal. This
is handy if you: a) Don't need an accurate time reference and b) Want
to reduce the PIC power consumption. For example, I use an RC oscillator
in my keypad decoder (http://www.tundraware.com/Software/PIC/keypad/).
 
Top