• LPC2294 UART0 (interrupt driven) ARTXv2.0
    Hi All, I'm running ARTX kernel and I want to use UART0 to send some data. When I call putchar() it sends the first char and system hangs. U0IIR says interrupt pending (bit0=0) and this is THRE interrupt...
  • LPC2294 UART0 (interrupt driven) ARTXv2.0
    Hi All, I'm running ARTX kernel and I want to use UART0 to send some data. When I call putchar() it sends the first char and system hangs. U0IIR says interrupt pending (bit0=0) and this is THRE interrupt...
  • interrupt driven UART
    call any give me an example of LPC2129 interrupt driven uart
  • interrupt driven UART
    call any give me an example of LPC2129 interrupt driven uart
  • interrupt driven serial comm
    hi, i am using an interrupt driven serial,when i use the printf command in main program it gives a error as access violation,and when i disable the EA(interrupt enable bit),it works fine.plz let me...