
Originally Posted by
mityeltu
OK. I have tried the various solutions presented. I have PBP2.60C. ...
I typically get the following an error saying that it is overwriting the previous address contents. ...
Go back to demon's post #2, and revisit the 543 thread.
In particular, go to post #5 from mister_e ... and like magic from 9 years ago ... your problem will be solved.
Well except for the fact that you've set the HS oscillator mode and don't have a DEFINE OSC xx statement.
And you should just delete that whole setup subroutine.
Maybe keep the ADCON1 and CMCON values, but unless you are planning on using the comparators ... you'll probably want CMCON = 7.
Then just do a ...
Code:
LED PORTB.0
Main:
HIGH LED
PAUSE 500
LOW LED
PAUSE 500
GOTO Main
Bookmarks