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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/22/02 10:41
Read: times


 
#31198 - RE: How many microseconds from this timer ?
I prefer,

reload equ -100
...
mov th0,#reload
mov tl0,#reload
...

The autoreload mode assures an average time between interrupts of 100 us (12 MHz clock), but the exact time may vary slightly depending on which instruction is being executed when the timer overflows (MULT and DIV are the longest).
In other words, the time deviation between interrupts is not accumulative. This makes a difference with respect to a SW reload scheme, where the error is summed.

Alfredo.


List of 9 messages in thread
TopicAuthorDate
How many microseconds from this timer ?            01/01/70 00:00      
RE: How many microseconds from this time            01/01/70 00:00      
RE: How many microseconds from this time            01/01/70 00:00      
RE: How many microseconds from this time            01/01/70 00:00      
RE: How many microseconds from this time            01/01/70 00:00      
RE: How many microseconds from this timer ?            01/01/70 00:00      
RE: How many microseconds from this timer ?            01/01/70 00:00      
RE: How many microseconds, Alfredo del R            01/01/70 00:00      
RE: How many microseconds, Alfredo del R            01/01/70 00:00      

Back to Subject List