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.

TM4C123GH6PM: How to get an interrupt from UART for 1 byte (or odd bytes at all)?

Part Number: TM4C123GH6PM

That device has 16-bytes RX FIFO in UART. The smallest FIFO interrupt level for UART reception which I can choose is 1/8 (it means 2 bytes). So I can't get an interupt on receiving of 1 byte (or odd number of bytes). What should I do to get odd byte from UART FIFO?