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.
Tool/software: TI-RTOS
Hi,
I am configuring my uDMA for SPI Tx and Rx.
if I use Rx alone in Ping Pong mode, Everything working fine. But if I configure my Tx also in Ping Pong mode at the same time(Both Tx and Rx having Different Ping Pong Buffers), In Tx, Both Ping and Pong buffers are taking part at the same time.
In Ping Pong mode, either one buffer gets filled and gives DMA stop mode, But no buffer getting filled or getting into DMA to Stop mode if I use SPI Tx in Ping Pong mode.
In data sheet, they have given Ping pong for receiving. Can I able to use Ping pong for transmitting at the same time? My SPI DMA is acting as Master in the Entire programming.