10Mhz xtal _clkmode question
Bits
Posts: 414
Is this right? I am using a 10Mhz xtal.
CON _clkmode = xtal1 + pll8x _xinfreq = 10_000_000
Comments
Yes,
That is correct for 80Mhz operation.
Jim
I use this combination of constants:
_clkmode=xtal1+pll8x
_clkfreq = 80_000_000
-Phil
I am getting strange behavior when using full duplex object. From past projects this seemed to point to the wrong xtal settings being used.
Ill keep looking into it. Thanks again.
http://www.wormfood.net/avrbaudcalc.php/
There should not be. Once I set the speed in the object the overall system speed should remain 80Mhz.
In fact I found the problem, bad solder joint on xtal.