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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/21/00 21:00
Read: times


 
#3960 - RE: Mode3 Timer0 - serial communication
Hi RajKumar,

yes, for low baudrates, if you need
a 16 bit timer, you must do software reload in the timer interrupt handler.

If no other interrupts used,
you can reload with a constant
value.
On using other interupts also,
it can give an unacceptable error.
Then you need a jitter free reload.
See my example:

www.specs.de/~danni/appl/soft/clock


Peter


List of 6 messages in thread
TopicAuthorDate
Mode3 Timer0 - serial communication            01/01/70 00:00      
RE: Mode3 Timer0 - serial communication            01/01/70 00:00      
RE: Mode3 Timer0 - serial communication            01/01/70 00:00      
Using one crystal for more 89c2052 ?            01/01/70 00:00      
RE: Using one crystal for more 89c2052 ?            01/01/70 00:00      
RE: Using one crystal for more 89c2052 ?            01/01/70 00:00      

Back to Subject List