DSPRelated.com

McBSP ,EDMA and ST-BUS on C6711DSK

Started by active9009 in TMS320c6x19 years ago 2 replies

Hi All, I have a problem for initialize McBSP to interface with ST-BUS(4 channels); that is time slot miss-align, two...

Hi All, I have a problem for initialize McBSP to interface with ST-BUS(4 channels); that is time slot miss-align, two slot are shifted. My McBSP is serviced by EDMA and I've verified that EDMA transfer from DRR is correct but transfer to DXR makes this pro


DM642 PCI EDMA queue length - how to determine right?

Started by Anonymous in TMS320c6x19 years ago

I have not found wherever in docs how many EDMA requests are submitted per a single PCI transfer and how to determine and set up...

I have not found wherever in docs how many EDMA requests are submitted per a single PCI transfer and how to determine and set up properly the PCI EDMA queue length. I supposed that must be only one request but it seems to be not actually true. In my application I always have a problem with lost PCI t


Dm642: EDMA problem

Started by ravibsuba in TMS320c6x19 years ago 3 replies

Hi All, I have configured an EDMA channel Rcv data from the McASP. My aim is to get some 80 samples in a buffer and then send an...

Hi All, I have configured an EDMA channel Rcv data from the McASP. My aim is to get some 80 samples in a buffer and then send an interrupt to the CPU. The EDMA successfully transfers one sample at a time and generates a CPU interrupt after each sample. I have a very basic question: Is it possible to buffer 80 samples before sending a CPU inte


EDMA - EMIF maximum speed.

Started by Henrry Andrian in TMS320c6x20 years ago 8 replies

Dear all, I have already implemented EDMA-EMIF to read Frame Buffer ALL422B using asynch 8-bit which come from CMOS Sensor. I...

Dear all, I have already implemented EDMA-EMIF to read Frame Buffer ALL422B using asynch 8-bit which come from CMOS Sensor. I found out that the maximum speed of EDMA transfer is 4.12 Mhz and the lowest speed is 688 kHz by change the EMIF parameter. According to this maximum


EDMA Source Index overzise:0xffff

Started by mile in TMS320c6x13 years ago 1 reply

Dear Guys, Thanks your help in advance. Now I met one question about EDMA transfer data as follows. I want to transfer one whole...

Dear Guys, Thanks your help in advance. Now I met one question about EDMA transfer data as follows. I want to transfer one whole column pixels from external memory image (size: 32*98304(R*C) )to internal memory,every pixels takes up2 bytes. I set the following parameters for EDMA: config.opt = 0x00100004 | (Inttcc <


Configure EDMA for c6713 in CCS V4.2

Started by Zhonghai Wang in TMS320c6x12 years ago

Hi there, I am working on a project using timer and EDMA with ping-pong buffer structure for continually collecting samples on DSK6713. I...

Hi there, I am working on a project using timer and EDMA with ping-pong buffer structure for continually collecting samples on DSK6713. I can configure the HWI in the .tcf for the timer, but I did not find where to configure the EDMA using CSL as described in http://www.ti.com/lit/an/slaa257/slaa257.pdf. In my CCS 4.2, when I open the .tcf file, I only have "System, instrumentation, sc...


dma to edma

Started by gepeng surepeng in TMS320c6x18 years ago

Hi I'm in ANC project, I using 6713 and ADS 8344, because there are not documentation about using 8344 with 6713, I am using slaa 160...

Hi I'm in ANC project, I using 6713 and ADS 8344, because there are not documentation about using 8344 with 6713, I am using slaa 160 (ads8345 with 5416). because there are some different between two DSP (5416 with 6713) My program didnt working. one of my the trouble is: In 5416 using DMA and 6713 using edma have someone has experience with converting dma to edma? _____________...


C64x EDMA transfer complete interrupt

Started by Guy Eschemann in TMS320c6x18 years ago 1 reply

Hi, I'm using EDMA to transfer a block of data from external to internal memory. I've setup the EDMA with the proper parameters, set the TCC,...

Hi, I'm using EDMA to transfer a block of data from external to internal memory. I've setup the EDMA with the proper parameters, set the TCC, enabled the TCINT, etc... I've also defined an interrupt service routine, which sets a "transferComplete" variable to 1 to notify the processing task that new data is available. I registered this ISR into the "Hardware Interrupt Service Routine Manager...


Problem about HPI's EDMA transfer

Started by chenyangluster in TMS320c6x18 years ago 1 reply

Can I set the parameter of the HPI EDMA? Can I set the HPI EDMA transfer from 1-dimension to 2-dimension(any other mode) When the host...

Can I set the parameter of the HPI EDMA? Can I set the HPI EDMA transfer from 1-dimension to 2-dimension(any other mode) When the host read data from the DSP via the HPI?


6437 edma question

Started by cuiyao_boygood in TMS320c6x15 years ago

hello! everyone, now i wanna to use the edma of the 6437 by the assembly language, don't use the library,is there anyone know about this? Give...

hello! everyone, now i wanna to use the edma of the 6437 by the assembly language, don't use the library,is there anyone know about this? Give me some advances please. Thank you very much! _____________________________________


EDMA interrupt

Started by alberthcsiu in TMS320c6x16 years ago 1 reply

Hi All, I am using the DSK6455 as my development platform. What I am doing now is to setup the EDMA channel so that the EDMA will handle data...

Hi All, I am using the DSK6455 as my development platform. What I am doing now is to setup the EDMA channel so that the EDMA will handle data read form MCBSP and then transfer out form the same MCBSP channel. In the very beginning I try to use polling to poll the Rx and Tx ready flag of MCBSP channel to handle the data receive and transmit. And it prove that my MCBSP setting is correct. ...


MCBSP event issue

Started by alberthcsiu in TMS320c6x16 years ago

Hi All, I am using the DSK6455 as my development platform. I try use the EDMA to handle the data transfer via the MCBSP channel. I can...

Hi All, I am using the DSK6455 as my development platform. I try use the EDMA to handle the data transfer via the MCBSP channel. I can transfer the data perfectly if I use polling which poll the transmit and receive ready flag of the MCBSP interface. I want to use the EDMA but not polling to handle the data transfer. My program do not work when I test it. The problem is that the EDMA co...


EDMA Triggering Issue [3 Attachments]

Started by "varoonian ." in TMS320c6x13 years ago

Hello Everyone, I am trying to do a *Peripheral Device Transfer (PDT)* from an FPGA *(FIFO on a Virtex-5)* to a *DSK6416*. The data is 8-bit...

Hello Everyone, I am trying to do a *Peripheral Device Transfer (PDT)* from an FPGA *(FIFO on a Virtex-5)* to a *DSK6416*. The data is 8-bit and fifo depth is 32. The FULL flag of the FIFO will trigger a PDT (an EDMA event). The FULL flag of the FIFO is connected to *EXT_INT7* which will trigger the EDMA event *EDMA_EVT_EXTINT7 ( channel # 7 of C6416T ).* * * The FIFO worked perfectly...


EDMA configuration

Started by amina kessentini in TMS320c6x16 years ago 2 replies

Hi C6x experts I have a huge problem I don't know how to use EDMA and program it thanks for all!! --------------------------------- Ne...

Hi C6x experts I have a huge problem I don't know how to use EDMA and program it thanks for all!! --------------------------------- Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail


How to store video to external memory using EDMA

Started by Ashish Valuskar in TMS320c6x18 years ago

hello , i have doubts regarding the vido port which are as follows: 1)I case of captuing video we can capture the video as according to...

hello , i have doubts regarding the vido port which are as follows: 1)I case of captuing video we can capture the video as according to field1 or field2 or whole frame to be captured.but while storing it in external memory we have to store it thru edma channel right but in case of edma ref document there is no register related to field1 or field2 is there any


Problem with EDMA and McBSP on C6713

Started by kari...@utu.fi in TMS320c6x17 years ago 2 replies

Hello, I am using McBSP configured as a SPI slave to transfer data from C6713 to a computer with EDMA feeding 128 element frames into McBSP and...

Hello, I am using McBSP configured as a SPI slave to transfer data from C6713 to a computer with EDMA feeding 128 element frames into McBSP and EDMA transfer complete interrupts invoking new frame transfers. The problem is that during almost every frame the transfer stalls at some point resulting the rest of the received frame to be zeroes. The transfer recovers when the next frame boundary nor...


Re: [code-comp] why EDMA no speed improvement

Started by Yong Yang in TMS320c6x20 years ago

Hi, Phil   Thanks for your answer. You mean probably even I use DAT_copy(), it is still executed by the DSP core instead of...

Hi, Phil   Thanks for your answer. You mean probably even I use DAT_copy(), it is still executed by the DSP core instead of using EDMA hardware. Then how can I ensure it is executed by EDMA hardware and let the DSP core do other processing at the same time?  


Chaining in EDMA

Started by ravi...@einfochips.com in TMS320c6x18 years ago 1 reply

Hi all I am new to the group and this field.I am trying to implement chaining in EDMA but the results are not proper.so someone please give me...

Hi all I am new to the group and this field.I am trying to implement chaining in EDMA but the results are not proper.so someone please give me a simple program for implementation of chaining using EDMA_setChannel. thanks alot Takecare


EDMA configure

Started by mayank agarwal in TMS320c6x19 years ago 4 replies

Can anyone guide me how to configure EDMA to transfer data from one location to another. Thanks, Mayank Agarwal ...

Can anyone guide me how to configure EDMA to transfer data from one location to another. Thanks, Mayank Agarwal __________________________________________________ "> http://mail.yahoo.com


Re: EDMA Problem revisited

Started by Andreas Falter in TMS320c6x19 years ago

Hi Mayank, first of all, which target processor do you use? I'm using a C6416, maybe the configuration for C62x and C67x...

Hi Mayank, first of all, which target processor do you use? I'm using a C6416, maybe the configuration for C62x and C67x processors is different from mine, but I hope this will help you though: There are two different types of starting an EDMA transfer, event tr