2007 is the address of the CONFIG word in the PIC. The "error [118] Overwriting previous address contents" means that it's already been set.
In the 16F877.inc file in your PBP folder, comment out the __CONFIG line with a semicolon ";" Then try again.
Just remember, that once commented, every time you write a program for a 16F877, you''l need to have a CONFIG line at the top of your program, since the defaults aren't there anymore.
You may also want to add _LVP_OFF to the CONFIG in your program to turn off the Low Voltage Programming input.
And <b>@ errorlevel -306</b> will turn off the Crossing page boundary warnings
<br>




Bookmarks