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 21:44
Read: times


 
#27528 - RE: IE0 and TF0
Hello Mr. Frank Jin,

I don't see a RETI (return from interrupt) in your interrupt service routine (ISR). I see a RET (return) which is not the same thing.

It also seems you timer 0 ISR is to complicated. Why not just take care of resetting TL0 (timer zero low register) and TH0 (timer zero high register), set a flag and exit with a RETI.

Take care of business in a loop piece of software after your INIT (initialization) software.

Just my two cents worth of observations.

Regards,

Charles Bannister

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