Oscillator problems


Results 1 to 4 of 4

Threaded View

  1. #4
    RUBiksCUbe's Avatar
    RUBiksCUbe Guest


    Did you find this post helpful? Yes | No

    Default

    I just added the PIC defines into my program, and eliminated the "Overwriting previous adress" error by commenting out the __CONFIG commands (not the INCLUDE command though) in the 18F252.inc file, but I still have 4 errors remaining that I dont understand.
    Duplicate label ("DDRA")
    Duplicate label ("DDRB")
    Duplicate label ("DDRC")
    Superseeding current maximum RAM and RAM map.

    EDIT:

    If I comment out the INCLUDE line of 18F252.inc then I get different errors:
    Duplicate Label ("_PORTL")
    Duplicate Label ("_PORTH")
    Duplicate Label ("_TRISL")
    Duplicate Label ("_TRISH")
    Last edited by RUBiksCUbe; - 28th June 2005 at 20:03.

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