• 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...
  • Problem with UART interrupt in LPC2387
    Im Using LPC2387 in KEIL Uvision V4.14.4.0 Im trying to wite a program for UART0 with an interrupt, But its not entering into the ISR routine... I dont know whats the Problem is?? So please guide me...
  • UART interrupt problem
    Hi, I have written code which has UART0 setup to interrupt on THRE and RDA events, however when I get an interrupt the value of U0IIR is 0xC1 which makes no sense. If I set a break point on the...
  • 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...