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.

DMA

Hi everyone

i want to know about benefit of DMA in DSPs 

what is the benefit of dma on texas instruments dsp?

please say complete about it and hepl me 
or introduce good source that say about why we use DMA 

i read about the usage of it but i cant understand the exact benefit 

thanks

  • Hi,

    A DMA is used to transfer data from one location to another without the use of the CPU. For example, a DMA can copy data from a module RAM to the CPU RAM and then interrupt the CPU. This makes the CPU avoid having to read the data directly from the module RAM, and the CPU can do other tasks while the DMA is transferring the data.

    Hope this helps. Which specific part are you working with?