16F88 Config


Closed Thread
Results 1 to 6 of 6

Thread: 16F88 Config

  1. #1
    Join Date
    Mar 2008
    Posts
    59

    Default 16F88 Config

    16F88

    Can anyone tell me why this generates an error in PBP3 ?


    #config
    __config _INTRC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_OFF & _LVP_OFF & _CP_ON & _BODEN_OFF
    #endconfig

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,388


    Did you find this post helpful? Yes | No

    Default Re: 16F88 Config

    a pic 16f88 has no config setting _INTRC_OSC_NOCLKOUT , or _MCLRE_OFF .it is a syntax error

    there is however _INTRC_IO and _MCLR_OFF

  3. #3
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Default Re: 16F88 Config

    Thank You! That fixed my problem.

  4. #4
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Default Re: 16F88 Config

    I was wrong I continue to have a error?

  5. #5
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,520


    Did you find this post helpful? Yes | No

    Default Re: 16F88 Config

    Hi,
    I think you're missing the _CONFIG1 part, as below.
    Code:
    #config
    __CONFIG _CONFIG1, _FOSC_INTOSCIO & _WDT_OFF & _MCLRE_OFF & _LVP_OFF & _CP_ON & _BODEN_OFF
    #endconfig
    /Henrik.

  6. #6
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Default Re: 16F88 Config

    Thank You, Henrik. My problem is gone! As always I really appreciate the help I get here on the MELabs Forum!

    Thanks again

Similar Threads

  1. Config help
    By Sabahan in forum PBP3
    Replies: 9
    Last Post: - 4th September 2014, 00:33
  2. config
    By n0yox in forum PBP3
    Replies: 12
    Last Post: - 10th June 2014, 08:07
  3. 16f88 setting config
    By be80be in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 13th December 2012, 15:39
  4. config help please?
    By karenhornby in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 17th June 2008, 23:49
  5. Need help with config
    By Darrenmac in forum mel PIC BASIC Pro
    Replies: 18
    Last Post: - 25th February 2008, 06:57

Members who have read this thread : 2

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

Tags for this Thread

Posting Permissions

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