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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/17/01 08:04
Read: times


 
#10862 - RE: Timer Interrupt
If you clear ET0 bit, you only deactivate interrupt for Timer0, however timer is continue.
TF0 flag is set after interrupt occur.
Your code between clear and set ET0 is longer as overflow occurs.
You must get status of TF0 and reset you, if this status is was set.


List of 9 messages in thread
TopicAuthorDate
Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      
RE: Timer Interrupt            01/01/70 00:00      

Back to Subject List