Config 18F6722


Closed Thread
Results 1 to 3 of 3

Thread: Config 18F6722

  1. #1
    Join Date
    Jan 2009
    Posts
    17

    Cool Config 18F6722

    Hello,
    i'm using the PIC18F6722 the first time.
    MP LAB IDE V8.33 is installed.
    When I add this config line in MicroCode Studio (PBPRO):

    @ __CONFIG _CONFIG1H, _OSC_HS_1H

    i receive an assembler error 118: Overwriting previous adress contents.

    I checked this with a new program-file, programtext is only this line and the "end" statement.

    The statement
    @ __CONFIG _CONFIG3H, _MCLRE_OFF_3H
    works and returns no errors.

    What am i doing wrong?

    Thanks in advance!

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    You need to comment out the config lines in the *.inc file.
    http://www.picbasic.co.uk/forum/showthread.php?t=543
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Jan 2009
    Posts
    17


    Did you find this post helpful? Yes | No

    Smile Config 18F6722

    Works fine now!
    Thanks a lot!

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