Other Parts Discussed in Thread: TMS320F28377D
Hi all,
I`m using TL16C752C (Dual UART with 64-byte FIFO) as RS422 communication mode with EMIF.
However, due to my fault, the hardware was designed to receive more than 64 bytes of data. (The data length should be 105 bytes through TL16C752C)
(8bit / 115,200bps / TMS320F28377D)
In this case, is there any solution to solve this problem?
For example,
In FIFO mode, whenever the condition LRS[0] = 1 (at least one character in RX FIFO) occurs, select register THR (Transmit Holding Register) and receive data through CPU timer interrupt.
Is it possible?
Regards,
SJ Kim.