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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/24/04 14:16
Read: times


 
#67358 - RE: 8 External interrupt in 51 controller
Responding to: ???'s previous message
am using ST16C554 which is 4 channel Uart, whichit generate interrupts as RX and TX FIFO full or Empty, so i need 8 interrupt to fullfil design needs
why did you not say this at first
1) the chips will keep the interrupt line till you satisfy the condition i.e. the interrupts are latched.
2) with latched interrupts, all you need is a simple OR.

OR all the ST16C554 interrupts together and in your ISR find a cause, satisfy it and exit. With a level activated interrupt you will get right back into the ISR if another cause existed or came up during IST execution.

Erik

List of 20 messages in thread
TopicAuthorDate
8 External interrupt in 51 controller            01/01/70 00:00      
   RE: 8 External interrupt in 51 controller            01/01/70 00:00      
      RE: 8 External interrupt in 51 controller            01/01/70 00:00      
         RE: Triscend, or a uPSD?            01/01/70 00:00      
   RE: 8 External interrupt in 51 controller            01/01/70 00:00      
      RE: 8 External interrupt in 51 controller            01/01/70 00:00      
         RE: 8 External interrupt in 51 controlle            01/01/70 00:00      
      RE: 8 External interrupt in 51 controller            01/01/70 00:00      
   RE: 8 External interrupt in 51 controller            01/01/70 00:00      
      RE: 8 External interrupt in 51 controller            01/01/70 00:00      
         RE: 8 External interrupt in 51 controller            01/01/70 00:00      
   RE: 8 External interrupt in 51 controller            01/01/70 00:00      
      RE: 8 External interrupt in 51 controller            01/01/70 00:00      
         RE: 8 External interrupt in 51 controller            01/01/70 00:00      
            RE: 8 External interrupt in 51 controller            01/01/70 00:00      
               RE: 8 External interrupt in 51 controller            01/01/70 00:00      
         RE: 8 External interrupt in 51 controller            01/01/70 00:00      
            RE: 8 External interrupt in 51 controller            01/01/70 00:00      
            Another look at Triscend            01/01/70 00:00      
            RE: 8 External interrupt in 51 controller            01/01/70 00:00      

Back to Subject List