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.

MSPM0G1507: RX FIFO Threshold Level seems to couple RTS and RX ISR flag behaviors. How to configure them independently?

Part Number: MSPM0G1507
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)?