Reply by Jeff Brower January 24, 20052005-01-24
Garlor Dembed

> when we transfer data from system memory to dsp sram.
> which is the best choice for largest througout
> (1)dsp initiate transfer, it use dma and its mmu to access system
> memory.
> (2)arm initiate transfer, it use dma and its mpui to access dsp
> sram.

Which core is busier? DMA cycles normally "steal" from CPU cycles -- or even block
CPU mem cycles in some cases -- so I might guess whichever core has lower workload
should handle DMA.

-Jeff



Reply by garlordembed January 24, 20052005-01-24


hi,all
when we transfer data from system memory to dsp sram.
which is the best choice for largest througout
(1)dsp initiate transfer, it use dma and its mmu to access system
memory.
(2)arm initiate transfer, it use dma and its mpui to access dsp
sram.

thank you!