Could someone please show me how to disable the MCLR on a PIC16F688? I have been searching and trying for hours now and everything I find throws compile errors and I can't seem to make sense out of what the datasheet says.
Could someone please show me how to disable the MCLR on a PIC16F688? I have been searching and trying for hours now and everything I find throws compile errors and I can't seem to make sense out of what the datasheet says.
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
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