PDA

View Full Version : PIC16F688 Disable MCLR?



thasatelliteguy
- 15th May 2014, 04:09
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.

Jerson
- 15th May 2014, 04:49
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

atif12
- 2nd October 2014, 06:25
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