• uart interrupt
    hello dear all, i am working on a project about uart interrupt. I want to send a hex file or number and show that on my LCD but i can't show any thing on my LCD i dont know whats my problem. i write...
  • 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...