Unable to set fuses on 16F676


Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Nov 2009
    Location
    London
    Posts
    251

    Question Unable to set fuses on 16F676

    Hi, I am having problem setting configuration fuses on 16F676
    I am using MPLAB with PBP. The following statement works normally on other PICs according to their settings but on 676 it is giving errors

    @ __CONFIG _XT & _WDTE_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON & _CP_ON & _CPD_ON

    Errors are:

    Error[113] D:........ Symbol not previously defined (_XT)
    Error[113] D:........ Symbol not previously defined (_WDTE_ON)
    Error[113] D:.........Symbol not previously defined (_BODEN_ON)
    Error[113] D:.........Symbol not previously defined (_CP_ON)
    Error[113] D:........ Symbol not previously defined (_CPD_ON)
    Last edited by Megahertz; - 1st January 2010 at 20:35.

Similar Threads

  1. Pin won't stay high during Repeat...Until loop??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th August 2009, 23:57
  2. Interruptus Frustratus
    By Byte_Butcher in forum General
    Replies: 16
    Last Post: - 17th April 2009, 20:36
  3. 16F628A - Stops if release power switch.
    By dene12 in forum General
    Replies: 16
    Last Post: - 14th February 2009, 07:57
  4. MicroCode Studio & WINPIC - fuses not set correctly
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 29th November 2007, 12:18
  5. error on compiling
    By parker in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 16th June 2005, 14:31

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