• 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
    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...
  • LPC2294 UART Interrupt problem
    Hi All, I recognized that I have an interrupt problem. I can't get into the vector both after receive or transmit. I checked all the initialized VIC registers I couldn'T find the error. Please help...