Prop not starting
train nut
Posts: 70
I have been using a propeller for about six months now and have been running a 5MHz crystal with the following constants
_clkmode = xtal1 + pll16x
_xinfreq = 5_000_000
just this week it has refused to start with this setup. If I change the clkmode line to
_clkmode = xtal1 + pll8x
it will start as it should
Any ideas why all of a sudden it won't start with pll16x. It will occasionally start if I go back and walk it up from rcfast to pll16x. But that is getting more infrequent. It will work on pll8x but that is too slow for my programming needs. I am not currently at home but I have another prop at home that I can swap out. I also have another 5MHz crystal to try also.
If anyone has any ideas or has seen this phenomenon before please let me know.
Thanks
Ben Stow
_clkmode = xtal1 + pll16x
_xinfreq = 5_000_000
just this week it has refused to start with this setup. If I change the clkmode line to
_clkmode = xtal1 + pll8x
it will start as it should
Any ideas why all of a sudden it won't start with pll16x. It will occasionally start if I go back and walk it up from rcfast to pll16x. But that is getting more infrequent. It will work on pll8x but that is too slow for my programming needs. I am not currently at home but I have another prop at home that I can swap out. I also have another 5MHz crystal to try also.
If anyone has any ideas or has seen this phenomenon before please let me know.
Thanks
Ben Stow
Comments
-Phil
http://forums.parallax.com/showthread.php?t=95058&highlight=pllx&page=2
Would better bypass caps help, perhaps???
Thanks again
Ben