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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/19/02 22:45
Read: times


 
#27535 - RE: IE0 and TF0
Frank,
What exactly are you trying to achieve with this 50ms time delay here? I thought you wanted to time out the data stream from keyboard, didn't you?
.
.
MOV TH0,#11     ;50ms timer 
MOV TL0,#220 
MOV TMOD,#01 
SETB TR0 
JNB TF0,$
.
.

How can you have timer0 ISR if its interrupt was never enabled?

List of 11 messages in thread
TopicAuthorDate
IE0 and TF0            01/01/70 00:00      
RE: IE0 and TF0            01/01/70 00:00      
RE: IE0 and TF0            01/01/70 00:00      
RE: IE0 and TF0            01/01/70 00:00      
RE: IE0 and TF0            01/01/70 00:00      
RE: Alan            01/01/70 00:00      
RE: Alan            01/01/70 00:00      
Hope this works for you.            01/01/70 00:00      
RE: Hope this works for you.            01/01/70 00:00      
RE: IE0 and TF0            01/01/70 00:00      
The problem is solved            01/01/70 00:00      

Back to Subject List