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?