Other Parts Discussed in Thread: C2000WARE
Tool/software:
I'm configuring my SPI peripheral to work as SPI but after do some staff I need to use it over DMA. If I configure the DMA and after that, the SPI, there is no problem, but if I strat configuring the SPI and after that I configure the DMA is not working. I realised that the problem is the TX interruption is enabled when I enable the SPIFFTX register. But there is no way to clear the interruption, set the TXFFINTCLR register to 1 has no effect.
Please I need a solution.