"The FIFO controller detects overflow or underflow in the RX FIFO and overflow or underflow in the TX FIFO. Itis the responsibility of the MCU to avoid TX FIFO overflow since the MCU only can decide to writing on the TXFIFO. A TX FIFO overflow results in an error in the TX FIFO content, while an underflow results in the continuoustransmission of the last byte stored in the TX FIFO. Likewise, when reading the RX FIFO the MCU must avoidreading the RX FIFO after its empty condition is reached, since a RX FIFO underflow will result in an error in thedata read out of the RX FIFO."
Ответ на вопрос, что случится, если не успеть заполнить FIFO до того, как все данные из него будут переданы. Оказывается, будет постоянно передаваться последний прочитанный байт.