Set configuration bits


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    May 2013
    Posts
    8


    Did you find this post helpful? Yes | No

    Default Re: Set configuration bits

    Name:  problema.png
Views: 1273
Size:  191.7 KB
    As you can see there

  2. #2
    Join Date
    Feb 2010
    Location
    USA, New England
    Posts
    164


    Did you find this post helpful? Yes | No

    Default Re: Set configuration bits

    What version of PBP are you using? And, which assembler is MCS using?

    In PBP3, the config settings would be something like:

    Code:
    #CONFIG
      __config _INTRC_IO & _WDT_OFF & _PWRTE_OFF & _MCLR_OFF & _BODEN_OFF & _LVP_OFF & _CPD_OFF & _CCP1_RB3
    #ENDCONFIG
    Best Regards,
    Paul
    The way to avoid mistakes is to gain experience. The way to gain experience is to make mistakes.

  3. #3
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: Set configuration bits

    Removed wrong answer.
    Last edited by Demon; - 27th May 2013 at 19:50. Reason: booboo

Similar Threads

  1. configuration bits
    By Izone1173 in forum mel PIC BASIC
    Replies: 2
    Last Post: - 18th June 2009, 04:17
  2. Set Configuration from code?
    By kevj in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 26th September 2008, 04:52
  3. Configuration bits
    By Perrin` in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 3rd July 2008, 14:40
  4. Configuration bits
    By DJEE in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 14th June 2007, 19:20
  5. Configuration bits
    By Armando Herjim in forum General
    Replies: 0
    Last Post: - 5th December 2006, 16:51

Members who have read this thread : 0

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