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: error 76: expect. - adc pic16f877a
Tabbot

Replies: 1
Views: 4893

PostForum: General CCS C Discussion   Posted: Fri Oct 31, 2008 5:31 am   Subject: error 76: expect. - adc pic16f877a
hi

following code:

long adcTest(long value)
{
setup_adc(ADC_CLOCK_INTERNAL)
---> setup_adc_ports(AN0_AN1_AN3);
set_adc_channel(0);
delay_us(10);
value=read_adc();
return value;
} ...
  Topic: PCM: The CRG file is damaged ???
Tabbot

Replies: 2
Views: 9866

PostForum: General CCS C Discussion   Posted: Wed Oct 29, 2008 9:17 am   Subject: PCM: The CRG file is damaged ???
hi!
i installed mplab v8.10 from microchip.com including the ccs c compiler.
i think i set all properly according to the "getting started manual" and this link: "http://www.ccsinfo.co ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group