Shop OBEX P1 Docs P2 Docs Learn Events
Clock Speed accuracy — Parallax Forums

Clock Speed accuracy

GadgetmanGadgetman Posts: 2,436
edited 2006-05-03 22:24 in Propeller 1
How accurate is the RC-clock, and is there any way to anticipate some of the deviance?

I'm asking because it states in the manual that the RC-Slow 20KHz can vary from 13 - 32KHz and the RC-Fast 12MHz can vary from 8 - 20MHz.
(The 20KHz is more important to me)

I assume the deviation is mostly caused by temperature changes?

If so, is it a gradual and predictable deviation, or is it more random?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...

Comments

  • Beau SchwabeBeau Schwabe Posts: 6,547
    edited 2006-05-03 22:24
    Gadgetman,

    Because of the variance in frequency from the RC clock, you might consider using an inductor
    for an alternative solution to using the RC clock or a Crystal
    ·
    ·
    Just a few preliminary tests with some inductors I had lying around, the math seems to agree.
    ·

    _clkmode setting --> xtal1        xtal2        xtal3 
    
                 .13uH - 73.7MHz 
                 .16uH - 66.6MHz 
                 .27uH - 50.9MHz 
                 .33uH - 46.2MHz 
    
                  50uH -  3.76MHz 
                 100uH -  2.67MHz     3.13MHz      3.97MHz 
                 200uH -  1.86MHz
    

    ·
    The Propeller Code simply defines or "sees"·the clock as if it were a crystal....
    ·
    ·
    ···· _clkmode = {xtal1, xtal2, or xtal3}
    _xinfrequency = {this is just for reference}
    ·
    ·
    ·
    ·
    Note:· xtal1 uses an internal capacitor value of 36pF
    ········· xtal2 uses an internal capacitor value of 26pF
    ········ ·xtal3 uses an internal capacitor value of 16pF

    ········· You can also use the PLL to synthesize a frequency in this mode.·
    ········· This could be useful to the Propeller so it could track it's own frequency.






    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Beau Schwabe

    IC Layout Engineer
    Parallax, Inc.
Sign In or Register to comment.