Fuses


Closed Thread
Results 1 to 2 of 2

Thread: Fuses

  1. #1
    jrotert's Avatar
    jrotert Guest

    Question Fuses

    How do you set the fuse bits in PBP rather than in the programmer software?
    Is there a list of these somewhere?
    Thanks

  2. #2
    TONIGALEA's Avatar
    TONIGALEA Guest


    Did you find this post helpful? Yes | No

    Thumbs up

    Just define the fuses you need to use like this near the top of your program.

    @ device pic16F877, Hs_osc, wdt_off, pwrt_on, protect_off

    in this example
    we are using a pic16f877
    Hs_osc
    watch dog off
    pwrt_on
    protect_off etc

    Hope this helps
    Toni

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. old chestnut, 18f2550, fuses, osc's leds...
    By f_lez in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 31st October 2009, 17:18
  3. 18F4620 Fuses configuration
    By Pimentel in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 4th October 2008, 13:23
  4. 18F Config fuses
    By Angus Anderson in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 18th December 2007, 15:59
  5. configuration fuses
    By mischl in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th April 2005, 10:50

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