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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/11/00 07:37
Read: times


 
#7159 - RE: High Level Interrupt (Continued).....
Thank you Allan,

it seems, you are the first, which read my example.


The external interrupt problem must be watched on any using, not only on my example:

- on level sensitive any interrupt must be hold active until the interrupt service routine was entered

- on transition sensitive the interrupt flag was set on any low transition and this cause that the interrupt was serviced, whenever possible.
Since it was cleared on entering the interrupt routine, the next transition can be detected immediately after this and the interrupt routine must not be already finished.


Peter


List of 8 messages in thread
TopicAuthorDate
High Level Interrupt (Continued).....            01/01/70 00:00      
RE: High Level Interrupt (Continued).....            01/01/70 00:00      
RE: High Level Interrupt (Continued).....            01/01/70 00:00      
RE: High Level Interrupt (Continued).....            01/01/70 00:00      
RE: High Level Interrupt (Continued).....            01/01/70 00:00      
RE: High Level Interrupt (Continued).....            01/01/70 00:00      
RE: High Level Interrupt (Continued).....            01/01/70 00:00      
RE: High Level Interrupt (Continued).....            01/01/70 00:00      

Back to Subject List