Hello~
I got a problem about receiving data from UART1 on DM6467.
By following the web page
http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg09153.html
, UART1 can be enabled to transmit well.
But there are something wrong with receiving!
I can get the data that is transmited into UART1 Rx from RHR by accessing Rx FIFO directly.
If I attempt to use the read() function in my receive ap, it is always blocked.
I think the problem is the uart Interrupt Service Routine doesn't get the receive interrupt!?
Could anyone help me to set the PINMUX or UART registers correctly for UART receiving function?
Or there is another issus I don't consider?
Thank you very much!!