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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/17/03 09:25
Read: times


 
#41690 - RE: Interrupt
Responding to: ???'s previous message
Hi;
In the case where you are executing interrupt routine and again the same interrupt changes level the interrupt shall not be ignored.After you ececute RETI the interrupt logic shall again branch you to 0x3h,vector address of INT0.ALthough in interrupt sources like keybaord IC 8279 this is unlikely to happen as the IC shall keep interrupt high untill you acknowledge it.This
can however happen in sources which generate interrupts but do not bother to wait for ack.
Also it suggests that you might be using a wrong feature of 8051.T0/T1 may be more appropriate
Pranav


List of 9 messages in thread
TopicAuthorDate
General interrupt question (8051)            01/01/70 00:00      
   RE: General interrupt question (8051)            01/01/70 00:00      
      RE: General interrupt question (8051)            01/01/70 00:00      
         RE: INT priority change in ISR / Michael            01/01/70 00:00      
            RE: INT priority change in ISR / Michael            01/01/70 00:00      
            RE: INT priority change in ISR / Michael            01/01/70 00:00      
               Interrupt            01/01/70 00:00      
                  RE: Interrupt            01/01/70 00:00      
   RE: General interrupt question (8051)            01/01/70 00:00      

Back to Subject List