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

Back to Subject List

Thread Closed: Issue successfully resolved

???
03/22/04 06:19
Read: times


 
#67170 - UART0 Interrupt Service Routine
Hello,

I am trying to write code to use the UART0 serial communication port with the C8051F040 and I am having trouble with the ISR with the UART0. This is the ISR I have right now (from someone else) but I do not have any documentation from ANYwhere saying whether this is the way to write the ISR:

void commsISR (void) interrupt 4
{
TI0 = 0; // reset transmit interrupt flag
//code to respond to ISR
}

As far as I can tell in my debugging, my code is not going into my ISR at all.

List of 17 messages in thread
TopicAuthorDate
UART0 Interrupt Service Routine            01/01/70 00:00      
   RE: UART0 Interrupt Service Routine            01/01/70 00:00      
      RE: UART0 Interrupt Service Routine            01/01/70 00:00      
         RE: UART0 Interrupt Service Routine            01/01/70 00:00      
            RE: UART0 Interrupt Service Routine            01/01/70 00:00      
               RE: UART0 Interrupt Service Routine            01/01/70 00:00      
                  RE: UART0 Interrupt Service Routine            01/01/70 00:00      
            RE: UART0 Interrupt Service Routine            01/01/70 00:00      
   RE: UART0 Interrupt Service Routine            01/01/70 00:00      
   Confused?            01/01/70 00:00      
   RE: UART0 Interrupt Service Routine            01/01/70 00:00      
      RE: UART0 Interrupt(s)            01/01/70 00:00      
         RE: UART0 Interrupt(s)            01/01/70 00:00      
      RE: UART0 Interrupt Service Routine            01/01/70 00:00      
         RE: Correction time.....            01/01/70 00:00      
   RE: UART0 Interrupt Service Routine            01/01/70 00:00      
      RE: UART0 Interrupt Service Routine            01/01/70 00:00      

Back to Subject List