18F2320 and "fuse" settings


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    18

    Default 18F2320 and "fuse" settings

    Anyone have any idea why the fuse setting for an 18f2320 using MPASM assembler will not recognize this statement.

    @ __CONFIG _CONFIG3H, _MCLRE_OFF_3H & _PBAD_DIG_3H & _CCP2MX_C1_3H

    I get the error below.

    Overwriting previous address contents (0000)
    Overwriting previous address contents (0001)

    According to the P18F2320.inc file this should work and Melanie's example from another post.

    Any help would be appreciate. Changing these settings everytime I program the chip is getting old.

    Thanks,
    Brian

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


    Did you find this post helpful? Yes | No

    Default

    This is because PBP set some fuses for you... kinda default setting. You can remove those 'default setting' by opening the according .INC file in your PBP directory... not in Microchip,Mpasm,MPLAB or else.

    just place a ; before every config line and save the file.

    now you'll be in business

    For all my PIC i remove PBP default setting in .INC files.
    Steve

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

  3. #3
    Join Date
    Jun 2004
    Posts
    18


    Did you find this post helpful? Yes | No

    Default

    thanks Bruce told me the same thing.

    I appreciate the fast response. I will try it now.

    Been scratching my head on this one for awhile. I hoped to find it myself but gave up today as you can see.

  4. #4
    Join Date
    Jun 2004
    Posts
    18


    Did you find this post helpful? Yes | No

    Default

    That got it. Thanks

Members who have read this thread : 2

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