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 CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Passing constant string to a function?
pablodecker

Replies: 3
Views: 7773

PostForum: General CCS C Discussion   Posted: Thu Mar 26, 2009 6:49 am   Subject: Thanks
Thanks Ttelmah for your help!!!
  Topic: How Select Device in CCS?
pablodecker

Replies: 6
Views: 7722

PostForum: General CCS C Discussion   Posted: Fri Mar 13, 2009 1:26 pm   Subject: How Select Device in CCS?
Then go to the Configure menu in MPLAB and select the PIC from the
drop-down box. That's how you do it. You must change the device in
those two places: In your code and in MPLAB.

That's the on ...
  Topic: How Select Device in CCS?
pablodecker

Replies: 6
Views: 7722

PostForum: General CCS C Discussion   Posted: Fri Mar 13, 2009 1:20 pm   Subject: How Select Device in CCS?
Change the #include line at the top of your program.

If you were using the 16F877, like this:
#include <16F877.h>

And you want to change to an 18F452, then change it to this:
#include &l ...
  Topic: How Select Device in CCS?
pablodecker

Replies: 6
Views: 7722

PostForum: General CCS C Discussion   Posted: Fri Mar 13, 2009 12:37 pm   Subject: How Select Device in CCS?
See this page on using CCS with MPLAB:
http://www.ccsinfo.com/faq.php?page=ccs_mplab

Thank for your answer!!!, but i need to write a line code where select the device for then program with ICD2.
...
  Topic: How Select Device in CCS?
pablodecker

Replies: 6
Views: 7722

PostForum: General CCS C Discussion   Posted: Fri Mar 13, 2009 6:53 am   Subject: How Select Device in CCS?
someone knows how is the code in CCS to select device in MPLAB?
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group