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 2 matches
CCS Forum Index
Author Message
  Topic: how to change configuration word in pic microcontroller?
kamranraj

Replies: 0
Views: 3906

PostForum: General CCS C Discussion   Posted: Tue Feb 08, 2011 1:46 am   Subject: how to change configuration word in pic microcontroller?
C file

#include <16f84a.h>
#fuses HS,NOWDT
#use delay(clock=10000000)
void main (void)
{
int n;
while (1)
{
for (n=0;n<255;n++) ...
  Topic: i have compiler problem
kamranraj

Replies: 0
Views: 2935

PostForum: General CCS C Discussion   Posted: Tue Jan 25, 2011 6:11 am   Subject: i have compiler problem
i have installed ccs c compiler.
IDE v4.047
PCB v4.068
PCM v4.068
PCH v4.068
PCD v4.057

how to define the compiler in my coding?
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group