|
Re: Error message in MPLAB IDE
it looks like somewhere you changed the target processor to the p=18F452
we are using the PIC 18F8520
maybe somewhere in the project setup / options/ custom - one of those pulldown menus?
was someone playing around with the MPLAB settings on you?
also ifi_startup.c has an include to another file, the ifi_default.h file which has an include for the picdef... file for the 18F8520 - maybe you opened one of these and entered a stay character somewhere?
are you sure your code is in the right directory?
if all esle fails, start a new directory with all the default code, and move only the files you intentionally edited into that directory - then the files you are not suppose to edit will be untouched.
Last edited by KenWittlief : 17-03-2004 at 18:01.
|