Internal oscillator please help


Results 1 to 10 of 10

Threaded View

  1. #7
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Indeed there's a problem, the above don't set the proper config fuses.

    Try
    Code:
    @   device pic16f819, INTRC_OSC_NOCLKOUT
    @   device pic16f819, WDT_OFF
    @   device pic16f819, PWRT_ON
    @   device pic16f819, MCLR_OFF
    @   device pic16f819, BOD_ON
    @   device pic16f819, LVP_OFF
    @   device pic16f819, DEBUG_OFF
    That line you had
    Code:
    @ Device BOR = 0
    screw everything up
    Last edited by mister_e; - 25th February 2009 at 21:40.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Internal vs. external osc for comms
    By mtripoli in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 29th January 2010, 14:58
  2. 12F683 internal pull up
    By hvacrtech in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 27th July 2008, 02:35
  3. PIC18F4620 Using the Internal Oscillator
    By kiwipiper in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 23rd October 2007, 08:07
  4. Use internal program memory like DATA memory
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 30th December 2006, 18:38
  5. PIC12F675, accuracy of baud rate with Internal Oscillator
    By Chris Mayhew in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 31st August 2005, 22:41

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