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?