config


Closed Thread
Results 1 to 13 of 13

Thread: config

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Default Re: config

    Thank You to everyone!

    Roger

  2. #2
    Join Date
    Jan 2009
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: config

    If you go into the "DEVICE_REFERENCE" folder of your PBP3 install directory you will find a bunch of files *.INFO. Find the file that relates to your PIC and open it to find a complete list of all the config options with descriptions and an example of how to use the settings in PBP3, e.g for PIC16F1509
    ; Available __CONFIG labels for PIC16F1509:
    ;
    ;CONFIG1 Options
    ;
    ; Oscillator Selection Bits
    ; _FOSC_ECH ;ECH, External Clock, High Power Mode (4-20 MHz): device clock supplied to CLKIN pins
    ; _FOSC_ECM ;ECM, External Clock, Medium Power Mode (0.5-4 MHz): device clock supplied to CLKIN pins
    ; _FOSC_ECL ;ECL, External Clock, Low Power Mode (0-0.5 MHz): device clock supplied to CLKIN pins
    ; _FOSC_INTOSC ;INTOSC oscillator: I/O function on CLKIN pin
    ; _FOSC_EXTRC ;EXTRC oscillator: External RC circuit connected to CLKIN pin
    ; _FOSC_HS ;HS Oscillator, High-speed crystal/resonator connected between OSC1 and OSC2 pins
    ; _FOSC_XT ;XT Oscillator, Crystal/resonator connected between OSC1 and OSC2 pins
    ; _FOSC_LP ;LP Oscillator, Low-power crystal connected between OSC1 and OSC2 pins
    are the config options for the oscillator. When you install PBP3 it has the option of installing the correct assembler if not already installed.

  3. #3
    Join Date
    Mar 2008
    Posts
    59


    Did you find this post helpful? Yes | No

    Default Re: config

    That is exactly the file I was trying to find!

    Thank You!

    Roger

  4. #4
    Join Date
    Jan 2009
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: config

    Your most welcome!

Similar Threads

  1. PIC12F675 - config
    By Vezito in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 8th June 2011, 20:29
  2. Config 18F25K22
    By mpardinho in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 26th April 2011, 19:08
  3. config help please?
    By karenhornby in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 17th June 2008, 23:49
  4. Need help with config
    By Darrenmac in forum mel PIC BASIC Pro
    Replies: 18
    Last Post: - 25th February 2008, 06:57
  5. Config 16F873A
    By mpardinho in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 23rd October 2007, 12:18

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