Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/17/02 03:34
Read: times


 
#24534 - RE: timer clock?
Hi Monish!

You answered the question yourself. For standard 8051, the timer clock (and machine cycle) is "oscillator_freq/12". This is specially the case when you are using on-chip oscillator for interval timing.

You can also use external clock for event counting. That has a maximum frequency of ((oscillator_freq/12)/2), as it takes 2 machine cycles to recognize a 1-to-0 transition

There are the famous 8051_FAM documents on philips website. Do read them to get an insight into 8051.

Regards
Aman


List of 4 messages in thread
TopicAuthorDate
timer clock?            01/01/70 00:00      
RE: timer clock?            01/01/70 00:00      
RE: timer clock?            01/01/70 00:00      
RE: timer clock?            01/01/70 00:00      

Back to Subject List