This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

When UART.LSR.OE is asserted, there's no interrupt, why?

Other Parts Discussed in Thread: TMS320C6748

my uart2 is configed to a receiver(FIFO is enabled), to accept keyboard msg.7 bytes per msg.

when msg send more quickly, LSR.OE bit will be set, and UART interrupt will never entered.

why?