Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C6x | what does mean that chaining EDMA?

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

what does mean that chaining EDMA? - chunrang - Aug 21 2:51:00 2003

i am starter of dsp 6711. i am reading the peripharal user guid.

in the EDMA part(6.15), i can't undertan chaining EDMA.

what does mean that? ,what application is it used?




______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: what does mean that chaining EDMA? - Mike Dunn - Aug 21 3:31:00 2003

Refer to spru234 [july 2003] -available at ti.com
TMS320C6000 DSP Enhanced Direct Memory Access (EDMA) Controller Reference Guide
 
EDMA chaining and linking are two very powerful features. Use EDMA chaining to cause a "chain reaction" from a single event.  For example, when a single interrupt occurs, you may want to perform a DMA xfer one one channel from an I/O device and chain that xfer to another channel that will copy a processed buffer from internal memory to external memory.
 
Also, a note to all EDMA users.  The DSP cache has no knowledge of EDMA xfers - they can create cache coherency problems!!  The programmer must manage these [TI has at least one app note on this].
 
mikedunn

chunrang <c...@yahoo.co.kr> wrote:
i am starter of dsp 6711. i am reading the peripharal user guid.

in the EDMA part(6.15), i can't undertan chaining EDMA.

what does mean that? ,what application is it used?

_____________________________________


______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



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