Configuration of 16F737


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44

    Default Configuration of 16F737

    Hi there,
    i need some informations about the configuration of a 16F737.
    All Pins should be set digital.

    Pin1 = MCLR or RE3
    Pin9 = OSC1 or RA7
    PIN10 = OSC2 or RA6

    How looks the settings for this part e.g. with MCLR, RA6 & RA7 connected to a crystal (ADCON1, CMCON,...)

    Is it always the same like in other picīs?

    ADCON1 = %111
    CMCON = %111
    Last edited by Robson; - 6th August 2007 at 10:08.

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    The config header or modifying the 16F737.inc file is the same as others.

    With out looking at the data sheet myself...

    ADCON1=7
    CMCON=7

    xt_osc or XT_OSC
    mclr_off or MCLR_OFF to make RE3 an input. Will not output.


    What is not working?
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    That was just a question, before i start to build a schematic. If some options are unavailable, then i got problems with dimensioning my board.

    Thanks

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Well then the best thing to do would be to study the data sheet.

    Good luck.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Presetting Configuration Fuses (PIC Defines) into your Program
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 82
    Last Post: - 15th December 2013, 09:54
  2. Configuration error
    By Russ Kincaid in forum mel PIC BASIC Pro
    Replies: 27
    Last Post: - 20th September 2009, 00:10
  3. 16F726 configuration
    By Byte_Butcher in forum General
    Replies: 2
    Last Post: - 8th February 2009, 17:53
  4. meProg configuration vs setting fuses in code
    By AndrewC in forum General
    Replies: 2
    Last Post: - 10th June 2008, 14:00
  5. 4-20mA to 0-5V configuration
    By leonel in forum General
    Replies: 0
    Last Post: - 31st August 2005, 12:33

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