Maybe it's alive and you just can't see it.
You outputs will only change for a fraction of a uSec every half second.
Try adding another "pause 500" before the "goto loop".
Darrel
Maybe it's alive and you just can't see it.
You outputs will only change for a fraction of a uSec every half second.
Try adding another "pause 500" before the "goto loop".
Darrel
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.
Bookmarks