Pic16f882 internal oscillator


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Posts
    3

    Default Pic16f882 internal oscillator

    Hello all,

    I'm a little new to this. I'm having troubles with my Pic16F882. Specifically the internal oscillator configuration. I setup the following code to make a LED blink..

    Define OSSCON = $60
    Main:
    high portc.4
    pause 300
    low portc.4
    goto main

    Saddly all it does is leave the LED on constantly. Under the configuration of meProg I set the Oscillator to:INTOSCIO. I'm sure its something simple I have missed.

    Bryan

  2. #2
    Join Date
    Jan 2009
    Posts
    78


    Did you find this post helpful? Yes | No

    Default

    Define OSSCON = $60
    Main:
    high portc.4
    pause 300
    low portc.4
    pause 300
    goto main

  3. #3
    Join Date
    Oct 2009
    Posts
    3


    Did you find this post helpful? Yes | No

    Default blue

    thanks, I'm feeling as though I should need to pass an IQ test to use PIC right now.

Similar Threads

  1. Internal oscillator please help
    By timbash in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 26th February 2009, 15:11
  2. PIC18F4620 Using the Internal Oscillator
    By kiwipiper in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 23rd October 2007, 09:07
  3. How to set internal oscillator on 16F88
    By newgeppetto in forum Off Topic
    Replies: 0
    Last Post: - 3rd December 2005, 10:28
  4. PIC12F675, accuracy of baud rate with Internal Oscillator
    By Chris Mayhew in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 31st August 2005, 23:41
  5. PIC12F629 w/ Internal Oscillator
    By RossW in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 24th June 2004, 20:12

Members who have read this thread : 1

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