Methode to use Internal Osilator of PIC16F676


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2010
    Posts
    3

    Default Methode to use Internal Osilator of PIC16F676

    Dear Fourm Members
    I want to use the internal osilator of PIC16F676. Please advice me to write the perfact sentence in Proton pluse to achive this purpose.
    Thanks
    Last edited by hmsahir4u; - 15th October 2010 at 18:26.

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


    Did you find this post helpful? Yes | No

    Default

    This is what I use for Pic Basic Pro
    This is a Pic Basic Forum...
    Code:
    @  __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF
    You might be looking for this
    http://www.protonbasic.co.uk/forum.php
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Apr 2010
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    Dear Sir,
    Thanks for your response to my post. I am newbe to PIC so please let me know diffirence PIC Basic and PIC Basic Pro because I see both as same programs. I am using Proton +PIC Basic Compiler. Your Line of code does not solve my problem please redfine the code for Proton IDE.
    Thanks

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


    Did you find this post helpful? Yes | No

    Default

    I do not use Proton. You need to goto the link above for help.
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Apr 2010
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    Thanks For your advice.

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