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

Equivalent programming language

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



Joined: 15 Feb 2005
Posts: 2

View user's profile Send private message

Equivalent programming language
PostPosted: Tue Feb 15, 2005 11:11 am     Reply with quote

hi there, i have a source code written for ccs compilers but i don't quite understand some terms used as i'm more familiar with C. can anyone tell me where i can compare/refer to the equivalent meaning of terms in the ccs compiler source code with C language? thanks a lot!
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

PostPosted: Tue Feb 15, 2005 12:22 pm     Reply with quote

I am not aware of any "translation" document out there. Because this is an embedded processor compiler and not for x86 there are a number of PIC specific lines that have no equivalent to regular C.
*******************************************
Examples:
#fuses HS,LVP,WDT,NOPROTECT, PUT, NOBROWNOUT = set up processor specific features

#use delay(clock=10000000) = tell compiler what speed oscillator you are using

#use_RS232 = setup up RS232 commuincations functions

#use_I2C = setup up I2C commuincations functions

setup_adc(ADC_CLOCK_DIV_32); = setup analog to digital coverters
*************************************
There are comparators, PWM, ports, inputs, outputs, and much, much more, NONE of which are known in the regular C world and therefore there is no translation. You will need to learn much more about PIC processors to understand most of this.
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