Hi,
Can anyone help me to de-assert the uart interrupt line.
I have enabled the UART interrupt only for reception of data.
Processor get the interrupt and data is read to a local buffer. Since the Interrupt line is not deasserted , i keep on getting the same interrupt.
How can i deassert the UART interrupt in OMAP 3530? Is it in the UART side or Interrupt Controller Side?
Please help .
These are the UART configuration values which i used .
8 data bits and 2 stop bits,
FIFO enabled. 56 Byte RX FIFO and 8 Byte TX FIFO.