I am using a TMS320C5505 EVM and developing code to talk to a device that is sending a constant stream of data
through a serial port. I used your Uart example 3 (interrupt driven) from the CSL as a base. I have the code working
with a hyper terminal. I do not get a receive character interrupt when I am connected to the device that is constantly
sending ascii data. I can see that the RTS and the CTS are flickering in a testplug we have. The Uart is initialized as
in the example (changed baud rate to 9600 and the PLL to 10000000). Do the control lines have any effect on the Uart
generating an interrupt when it receives a character?
Thanks
Barry