This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280039C: SPI Overflow Issues

Part Number: TMS320F280039C


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!