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

timer0

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



Joined: 27 Sep 2006
Posts: 11
Location: ITHACA,NY

View user's profile Send private message

timer0
PostPosted: Fri Jun 22, 2007 9:40 am     Reply with quote

Hi,
I am using a 18F2550 PIC and would like to set up the timer so that it counts to a 16 bit number, and takes an external clock. How do I do this?
if I leave out - > RTCC_8_BIT from the setup_timer0(mode) is it automatically 16 bit?
thanks
Jesse
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Jun 22, 2007 1:10 pm     Reply with quote

Quote:
I leave out - > RTCC_8_BIT from the setup_timer_0(mode) is it automatically 16 bit?

Yes, that's right.

Quote:
and takes an external clock

Look in the .H file for your PIC. In the Timer0 (RTCC) section, it lists
the constants that can be used with the setup_timer_0() function.
You will see the constants that allow you to specify External clock mode.
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