49.7.7.3 Receiving Data with FIFO Enabled

When the Receive FIFO is enabled, SPI_RDR access reads the FIFO.

When data are present in the Receive FIFO (RDRF flag set to ‘1’), the exact number of data can be checked with SPI_FLR.RXFL. All the data can be read successively in SPI_RDR without checking the RDRF flag between each access.

Figure 49-18. Receiving Data with FIFO