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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/23/02 11:07
Read: times


 
#21096 - RE: help on interrupts please
hi;
if u are using 8279 type of device,a read
from that should remove the interrupt.if the
interrupt status is not getting cleared on read then do this;
org 003h
jmp into_code
int0_code;
;perform ky code read
;wait for int0 to be 1 again
jnb p3.2,$

this shall wait till your int0 staus returns
to logic '1'.
happy learning
pranav

List of 8 messages in thread
TopicAuthorDate
help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      

Back to Subject List