• uart interrupt
    Hi everybody, Could you please help me: i need to use an uart interrupt routine in a RTX code. I've already found some examples for the uart interrupt routine, but i cannot make it work using tasks...
  • UART interrupt routine
    hi guys, can i have some help regarding the given code below. in the code i am capable of using the interrupt based receiving. but i have to tell how much byte i m sending. Now i wish...
  • UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...
  • UART RBR interrupt problem
    hi all RBR interrupt was not beeing generated when i give input from hyper terminal where as the THRE is interrupt is generated when i am placing a character in U0THR register . is there any special...
  • ADUC7026 UART interruption
    Hi, I am using ADUC7026. I am having troubles with the UART interruption. What I'd like to accomplish is the following: when I type a character in the Hyperterminal, an interruption can be generated...