You could try adding this line at the top of your code
@ device INTOSCIO
This tells the compiler to set the fuse to make MCLR an IO pin and use the internal oscillator. More definitions are in the file M16F688.INC in your INC folder of PBP
You could try adding this line at the top of your code
@ device INTOSCIO
This tells the compiler to set the fuse to make MCLR an IO pin and use the internal oscillator. More definitions are in the file M16F688.INC in your INC folder of PBP
Bookmarks