Hello,
My SPI is overflowing and it seems when the RXFFOVF flag is present the RX interrupt for FIFO LVL 2 stops working. I believe I need to set RXFFOVFCLR to 1 to resolve this. How do I do that? Is there an API command? Does this set RXFFOVFCLR = 1?
SPI_clearInterruptStatus(REPA_DSPI_SLAVE_BASEADDR, SPI_INT_RXFF_OVERFLOW);

Thanks for the help!