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.

C5515 ezDSP DMA Ping-Pong

Hello all,

just a quick question to clarify things. I am reading the CSL 3.01 DMA API documentation and the example in the doxygen description of DMA_config has the following code:

#if (defined(CHIP_C5505_C5515) || defined(CHIP_C5504_C5514))
            pConfig.pingPongMode = CSL_DMA_PING_PONG_DISABLE;
#endif

This suggests that C5515 should not use PING_PONG mode in DMA or it this included just for the sake of the example?