Sign in

username:

password:



Not a member?

Search c55x



Search tips

Subscribe to c55x



c55x by Keywords

AIC23 | C5509 | CCS | CSL | EMIF | EVM | GEL | GPIO | HPI | Interfacing | JTAG | McBSP | OMAP | Omap15 | OMAP59 | RTDX | SDRAM | TMS320VC5509 | USB | XDS5


Discussion Groups

Discussion Groups | TMS320C55x | data_transfer in omap,which is best bettween dsp-dma-mmu and arm-mpui

Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).

  

Post a new Thread

data_transfer in omap,which is best bettween dsp-dma-mmu and arm-mpui - garlordembed - Jan 24 0:27:00 2005





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!





(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: data_transfer in omap,which is best bettween dsp-dma-mmu and arm-mpui - Jeff Brower - Jan 24 11:15:00 2005

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





(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )