Make sure you are programming your pic for HS (high speed) Sounds like it is set to XT.
Make sure you are programming your pic for HS (high speed) Sounds like it is set to XT.
How do you do this in PicBasic Pro, I can't seem to find it in the manual
Whether you use XT (4Mhz or below) or HS (Above 4Mhz) the Fuse settings can be programmmed as part of your hex file...or alternatively you should be able to set this with your programming software at the time chip is being programmed...look for HS or XT options.
The thread below will give you a good guide how to set it as part of your hex file.
http://www.picbasic.co.uk/forum/showthread.php?t=543
I tend to leave it on HS option on no matter what crystal I am using, works perfectly fine with any speed...
Cheers
"Never under estimate the powers of an idiot"
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
you can set those PIC configurations switches in the program that writes your HEX code to the chips (usually IC-Prog or WinPIC800). Those are Oscillator settings. Set to HS (High Speed)
Bookmarks