• 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...
  • 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...
  • 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...
  • 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...
  • LPC2129 UART Interrupt Enable Problem
    Hi I am trying to receive bytes from UART0 and UART1 in Interrupt mode. I am enabling UART0 and UART1 Interrupt by the following code: void initUART1_Intp(void) { VICVectAddr0 = (unsigned...