PIC16F688 Disable MCLR?


Closed Thread
Results 1 to 3 of 3
  1. #1

    Default PIC16F688 Disable MCLR?

    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.

  2. #2
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    947


    Did you find this post helpful? Yes | No

    Default Re: PIC16F688 Disable MCLR?

    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

  3. #3
    atif12's Avatar
    atif12 Guest


    Did you find this post helpful? Yes | No

    Default Re: PIC16F688 Disable MCLR?

    • 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




Similar Threads

  1. PIC16F688 Timer1
    By jmbanales21485 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th July 2007, 00:56
  2. PIC16F688 USART problem
    By Kees Reedijk in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 2nd October 2006, 04:59
  3. LCD(pic16f688)
    By tarr in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 23rd March 2006, 21:16
  4. pic16f688
    By tarr in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 20th March 2006, 16:46
  5. Seeking Help With Programming PIC16F688
    By gzayzay in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 8th March 2006, 03:32

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts