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

How to disable ADC with ccs?

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



Joined: 30 Mar 2004
Posts: 8

View user's profile Send private message Visit poster's website

How to disable ADC with ccs?
PostPosted: Sun Feb 06, 2005 12:21 pm     Reply with quote

How to disable ADC with ccs?
Thank you
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Sun Feb 06, 2005 12:52 pm     Reply with quote

Have you tried reading the manual?

setup_adc( ADC_OFF );
regall



Joined: 15 Jan 2005
Posts: 6
Location: Turkey

View user's profile Send private message MSN Messenger

PostPosted: Tue Feb 08, 2005 3:49 am     Reply with quote

i agree that u should somethimes read datasheets.
set_adc_channel(NO_ANALOGS);
Ttelmah
Guest







PostPosted: Tue Feb 08, 2005 4:01 am     Reply with quote

This is really a question of what the original poster means by 'disable the ADC'. The first answer, 'turns off' the ADC converter. The second answer sets the input multiplexor, to route none of the input pins to the ADC converter. The two together, give you digital operation, without the ADC clock running, or any pins routed to the component. :-)

Best Wishes
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