Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
In SysConfig I enabled RTS and CTS HW flow control and enabled the FIFOs for UART 1. I set the RX FIFO Threshold Level to the "RX FIFO is full" setting because RTS doesn't need to stall comms if the RX FIFO isn't full. But I still want the RX interrupt to trigger on all incoming bytes even if the number of bytes in the incoming packet isn't divisible by the size of the FIFO. How do I configure the UART for this (i.e. interrupt on every byte and HW de-assert RTS only when RXFIFO is full)?