CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Programing problem

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Joris H



Joined: 24 Sep 2003
Posts: 14

View user's profile Send private message

Programing problem
PostPosted: Sun Dec 21, 2003 10:01 am     Reply with quote

When I wont to program a PIC after I compiled the project. I get all the time an error message "Invalid processor detected in project or MPLAB.INI file" when I go to MPLAB.
Even when I wont to program other projects I get this message
I reinstalled MPLAB IDE v5.11 and CCS
What could be wrong here?

Joris H
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Sun Dec 21, 2003 12:13 pm     Reply with quote

I think this might fix your problem:

In MPLAB, select the Project / Edit Project menu.
Then, in the Edit Project window, there is a box
in the middle that says "Development Mode".
Make sure that box is set for the same PIC as
is specified by the .H include file in your project.

Here is a tutorial that has a screen shot of the
Edit Project window.
http://www.swarthmore.edu/NatSci/echeeve1/Ref/MPLab/MPLab_Intro.html
Notice that "Development Mode" is set for "Editor Only 16F873".
This setting must match the include file in your C source file:
#include <16F873.H>
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group