hi for all
I have a question about DMA of dskc6416 which is manifested:
When using DMA transfert, is it true to initialise cache after configuring the DMA because other way the transfert doesn't work?
thinks for help
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.
The EDMA and the cache are completely independent modules. The configuration of cache has no direct impact on the functionality of the EDMA; however the EDMA bypasses the cache when it transfers to/from any of the different memories (L2, external, etc.).anna pian said:When using DMA transfert, is it true to initialise cache after configuring the DMA because other way the transfert doesn't work?