16F777 fuse problem - BOREN_1


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Brussels, Belgium
    Posts
    104

    Default 16F777 fuse problem - BOREN_1

    Just started using a 16F777, mainly because I want to use the three hardware PWM modules.
    Tried to write a BLINKY
    Used a couple of lines of fuse settings
    Code:
    ;Program Configuration Register 1
    @		__CONFIG    _CONFIG1, _CP_OFF & _CCP2_RC1 & _DEBUG_OFF & _VBOR_2_0 & BOREN_0 & _MCLR_OFF & _PWRTE_OFF & _WDT_OFF & _INTRC_IO
    ;Program Configuration Register 2
    @		__CONFIG    _CONFIG2, _BORSEN_1 & _IESO_OFF & _FCMEN_OFF
    These are basically used straight from the MPASM P16F777.inc file

    When I compile I get a

    Symbol not previously defined (BOREN_0)

    Any clues as to what I'm doing wrong ? BOREN_0 is definitely in the list of Config byte 1 options.

    I seem to have a love/hate relationship with fuses - we get along fine for a while and then they bite me in the arse

    TIA, Andrew

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


    Did you find this post helpful? Yes | No

    Default

    try _BOREN_0
    Last edited by mister_e; - 20th November 2008 at 20:41.
    Steve

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

  3. #3
    Join Date
    Feb 2006
    Location
    Brussels, Belgium
    Posts
    104


    Did you find this post helpful? Yes | No

    Default

    ... another "duh", Ctrl C Ctrl V should come with a health warning

    Still, would you believe I've spent the last 4 weeks debugging a $6M system which was working backwards, because our manufacturing had swapped two gas lines. Then I come home and do this ....

    thanks

Similar Threads

  1. 16F628A fuse problem
    By AndrewC in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 26th July 2008, 07:51
  2. Problem to compile my program
    By wagner in forum Off Topic
    Replies: 5
    Last Post: - 7th July 2008, 20:17
  3. USART Problem , but don't know where, in pc? or in PIC?
    By precision in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 15th July 2007, 08:12
  4. Fuse Error
    By eoasap in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 29th October 2005, 15:42
  5. 1 slave 1 master 1 MAX232 1 problem ?
    By SuB-ZeRo in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 31st July 2005, 22:59

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