funny thing with the prop clock and trying to output a signal
science_geek
Posts: 247
i am trying to drive a transistor so that i can output a signal that is 5v. when i use the internal clock it all works without a hitch, but when i try to use a 10mhz or a 5mhz crystal it does absolutely nothing i need 80 mhz and made changes to thecode accordingly to compensate for the clock change. if i switch back to the internal clock it all works again. i have bumped up the pauses to try and compensate for the change in clock· but that still leads to nothing happening. im basically trying to pull one pin high and pulse another pin with a pwm
Comments
CON
_clkmode = xtal1 + pll16x
_xinfreq =5_000_000
then you probably did blow the PLL...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
visit http://www.rayslogic.com
What Board You use.
It is one of Parallax orginal else Homemade Board ?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nothing is impossible, there are only different degrees of difficulty.
For every stupid question there is at least one intelligent answer.
Don't guess - ask instead.
If you don't ask you won't know.
If your gonna construct something, make it·as simple as·possible yet as versatile as posible.
Sapieha
The Propeller is pretty robust, but is sensitive to voltage spikes on the power supply. Not connecting all of the Vss and Vdd pins together or scrimping on bypass capacitors seems to be a good way to run afoul of this failure mode.
Post Edited (Mike Green) : 5/4/2009 4:20:17 AM GMT