DSPRelated.com

Problem about EDMA

Started by chenyangluster in TMS320c6x18 years ago

I'm writing my code in C64x simulater, I have a problem about the EDMA When I tigger a EDMA transfer by EDMA_setChannel(),the PQAx register!...

I'm writing my code in C64x simulater, I have a problem about the EDMA When I tigger a EDMA transfer by EDMA_setChannel(),the PQAx register! Each priority level has the same problem. Could you tell me why it occurs?? Thanks all!


Ethernet Stack disturbs EDMA (C6713b)

Started by Bernhard 'Gustl' Bauer in TMS320c6x15 years ago 1 reply

Hi, I'm using EDMA to handle my McASP transfers. After these transfers I chained another EDMA to copy the timer0 to a variable. Both EDMAs...

Hi, I'm using EDMA to handle my McASP transfers. After these transfers I chained another EDMA to copy the timer0 to a variable. Both EDMAs have high priority. I use the difference between two timer values to calculate the sample rate of McASP. The Ethernet stack runs and uses only ext. memory. It doesn't use any EDMA or other DSP hardware. The only code that is connected to an IRQ ...


Understanding EDMA and McBSP

Started by xoni...@yahoo.es in TMS320c6x18 years ago

Hi all, I`m newbie to DSPs and I`m using TMS320C6711DSK. I want to generate a serial signal, which has 80 bits at 1MHz every 250 uscs. I want...

Hi all, I`m newbie to DSPs and I`m using TMS320C6711DSK. I want to generate a serial signal, which has 80 bits at 1MHz every 250 uscs. I want to use timer1 to prompt the start of the signal, and McBSP with EDMA to generate the signal. I'm able to make it once configuring the EDMA and McBSP properly, but I can't make it periodically, the EDMA interrupt is not generated. How can I do it?? Is i...


2-d to 2-d edma transfer.

Started by Manika Vasagam in TMS320c6x19 years ago 1 reply

Hello, I am trying to do 2-d to 2 -d edma transfer in TMS320DM642 Block-synchronized 2-D. My source is at src_addr My destination is...

Hello, I am trying to do 2-d to 2 -d edma transfer in TMS320DM642 Block-synchronized 2-D. My source is at src_addr My destination is at dst_addr I am unable to do edma transfer to get the array in my dst_array. I am sending the code also. please help in the missing point. thanks manik #include <


Question about EDMA

Started by astrix6969 in TMS320c6x19 years ago

Hi, Using 6711. I have EDMA synchronized to EXT_INT4. During transfer complete ISR, due to some hardware testing I am...

Hi, Using 6711. I have EDMA synchronized to EXT_INT4. During transfer complete ISR, due to some hardware testing I am receiving some false external interrupts which I do not want EDMA to pick it up. To fix this problem, I am using following sequence: EDMA_di


trouble use EDMA interrupt

Started by diao...@126.com in TMS320c6x18 years ago 2 replies

hi all: I have some troubles to use my EDMA of C6713 to recive and transmit my audio signal. I use edma to recieve and transmit my audio...

hi all: I have some troubles to use my EDMA of C6713 to recive and transmit my audio signal. I use edma to recieve and transmit my audio signal frames (128 points) independently. I hope each operation (R and X) give me a interrupt after done.and I give them different TCINTNUM. cause the edma has only one interrupt event,so when the programme run to the interrupt service function,how can...


EDMA

Started by rashmiek2003 in TMS320c6x21 years ago

Hello everyone, Iam using the Ti C64x processor.Can i do a EDMA from one location of the internal memory to another memory....

Hello everyone, Iam using the Ti C64x processor.Can i do a EDMA from one location of the internal memory to another memory. Should i use CPU driven or Event trigered EDMA. Please help me Bye,


what does mean that chaining EDMA?

Started by chunrang in TMS320c6x21 years ago 1 reply

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. ...

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?


6437 edma question

Started by cuiyao_boygood in TMS320c6x15 years ago

Hello everyone! I am using the 6437 and add the edma to my project ,i just copy the example's bios configuration file into my project . The...

Hello everyone! I am using the 6437 and add the edma to my project ,i just copy the example's bios configuration file into my project . The edma programme in my projects just used for cycling move some data for ddr2 to sram,but the edma programme only work in the first cycle,i know may be it caused by the bios file,but i don't how to configure the bios file,is anyone know ? Thank you ! ...


EDMA looses samples

Started by muelleradalbert in TMS320c6x20 years ago

Hi there, I'm new in programming DSP's. I'm using the C6711DSK. At the moment i'm trying to set up a edma transfer to...

Hi there, I'm new in programming DSP's. I'm using the C6711DSK. At the moment i'm trying to set up a edma transfer to capture sound samples from codec/mcbsp. Therefore I used the link feature of the edma controller. I'm using the channel for McBSP0 (#13), c


Stop EDMA data from being sent continuously

Started by ruchi_tilwani in TMS320c6x19 years ago 6 replies

Hi there, I am sending data to McBSP thru EDMA. I am using linked buffers to do this and this is working well. But I...

Hi there, I am sending data to McBSP thru EDMA. I am using linked buffers to do this and this is working well. But I have disabled the EDMA in the interrupt so that the next buffer data doesn't get transfered till i have filled it up. Unfortunately this is not


c6711dsk & EDMA trigger

Started by fjulink in TMS320c6x22 years ago

Hi all: I want to trigger EDMA event1 by timer0_int. After setting the EDMA parameter(6 word from 101A0 0018 to 01A0...

Hi all: I want to trigger EDMA event1 by timer0_int. After setting the EDMA parameter(6 word from 101A0 0018 to 01A0 002F) and Timer0, do I need to set the other register ex: EER or enable EDMA_int ? In other words, what is the c


EDMA McBSP example

Started by Chirag Dadlani in TMS320c6x20 years ago

  Hello! I was trying out the EDMA-McBSP example provided by TI which takes an audio input and outputs the same by using EDMA...

  Hello! I was trying out the EDMA-McBSP example provided by TI which takes an audio input and outputs the same by using EDMA transfers for the McBSP0 of the 6211 DSK... when i try to load ALL the code offchip instead of onchip (as in the original example), including the vector descr


EDMA with c64x

Started by Anand K in TMS320c6x21 years ago 3 replies

Hello friends: I left this one out on my previous post. I am curious to know whether or not the EDMA mechanism changed...

Hello friends: I left this one out on my previous post. I am curious to know whether or not the EDMA mechanism changed from C62x to the C64X processors. By reading SPRU190 (Peripherals Reference Guide), it seems it did not. The EDMA wait times on C64x for the exa


video capture can't triger the EDMA transfer

Started by tms3...@yahoo.com.cn in TMS320c6x18 years ago

i run into a new problem,the video capture EDMA can't be trigered.i configure video port0,port A to capture a standard 8-bit BT656 video data...

i run into a new problem,the video capture EDMA can't be trigered.i configure video port0,port A to capture a standard 8-bit BT656 video data from saa7113 encoder,continuous capture mode and to sent an interrupt request to CPU when a complete line is captured. but the edma interrupt can't be trigered,the edma interrupt service routine can't be executed consequently.when i set the correspond...


EDMA_intDispatcher

Started by balasubramanian vaidhyanathan in TMS320c6x18 years ago

Hello everyone, I am using EDMA channels in TIC6713 and i am using CPU triggered EDMA's and some GPIO triggered EDMA. And there are...

Hello everyone, I am using EDMA channels in TIC6713 and i am using CPU triggered EDMA's and some GPIO triggered EDMA. And there are sometimes when I use EDMA channels with different TCC number, and hooked the callback function hooked to this tcc number using inthook(tccnum,function). Right now the the function is called myedmaisr and then I com


Re: Data Acquisition using AD9954, DMA, and ways to optimize TMS320C6713 usage while data collection is in progress

Started by Andrew Elder in TMS320c6x16 years ago

We have had success using EDMA "chaining" (TI calls it linking?) in conjunction with a ping-pong buffer. One set of EDMA parameters sends data...

We have had success using EDMA "chaining" (TI calls it linking?) in conjunction with a ping-pong buffer. One set of EDMA parameters sends data to the "ping" buffer and on completion automatically kicks off the EDMA to the "pong" buffer. Using this method you have almost the entire duration of the buffer collection to service the interrupt because the EDMA is now running on the "other" buffer....


More information on 6711 DSK EDMA problem

Started by s220...@tuks.co.za in TMS320c6x18 years ago 2 replies

It seems that the EDMA does not run at all (I am assuming this, by polling the Transfer Complete bit, which doesn't seem to be set at all). ...

It seems that the EDMA does not run at all (I am assuming this, by polling the Transfer Complete bit, which doesn't seem to be set at all). Basically all that happens is that I get an initial very short "blip" noise, i am assuming that if the EDMA worked and that I got the source address wrong or something like that, that I would at least get continuous noise. (But like


c6713 contains both dma and edma?

Started by joshy jose in TMS320c6x17 years ago

hai friends, i have a doubt regarding dma controllers, in a document i found that c6713 has 4 channel dma and 16 channel edma is...

hai friends, i have a doubt regarding dma controllers, in a document i found that c6713 has 4 channel dma and 16 channel edma is this correct i feel that it has only EDMA -- regards, Joshy m. Jose kerala , India 91-9447976001


help: using edma with aic23 on dm642

Started by Anonymous in TMS320c6x19 years ago 1 reply

Hi all, I am trying to play audio through the aic23 on the dm642 using edma. But how do i get the mcasp to generate the edma...

Hi all, I am trying to play audio through the aic23 on the dm642 using edma. But how do i get the mcasp to generate the edma event as the aic23 is connected through the mcasp0. Thanks in advance, Sunil