Tool/software: TI-RTOS
Is there any way to receive a receive interrupt from a single received byte into a UART with the FIFO enabled?
The FIFOs are 16 bytes deep. The receive interrupt is triggered off ⅛, ¼, ½, ¾, and ⅞ full FIFO. The smallest value, 1/8 (UART_FIFO_RX1_8), would be 2 bytes.
My device receives an odd number of bytes in a UART packet. I would like an interrupt for a single byte without the needing to read the byte within one byte's transmit time.