DSPRelated.com

Problem with EDMA / TMS320C6713 DSK

Started by Jean Claude Dusse in TMS320c6x20 years ago

Hello, I am playing a tone on TMS320C6713 thanks to McBSP & EDMA with Ping- Pong stuff. That works fine. Now, when i press...

Hello, I am playing a tone on TMS320C6713 thanks to McBSP & EDMA with Ping- Pong stuff. That works fine. Now, when i press a DIP switch, for some reason, i need to change the buffer size and to continue the playback. I guess i need to stop the EDMA, clean it u


How to stop EDMA transferring?

Started by hbd7...@yahoo.com.cn in TMS320c6x16 years ago 1 reply

Hi all; I am testing UART in EDMA interrupt mode.My problem is after linking edma transfer to a new table,I send data continously. But I...

Hi all; I am testing UART in EDMA interrupt mode.My problem is after linking edma transfer to a new table,I send data continously. But I want to send data when I ask it to, how can I do to control edma when I start or stop sending data .Athough I know that I can stop transferring by linking to a null table:EDMA_link(hEdma14, hEdmadummy);but when I want to start again what should I do? he...


EDMA problem

Started by in TMS320c6x19 years ago

Hello all, I am a rookie in DM642 platform. These days I am tangled by a EDMA problem. I found that DAT_copy will not work properly when...

Hello all, I am a rookie in DM642 platform. These days I am tangled by a EDMA problem. I found that DAT_copy will not work properly when L2 cache is turned on and source data and/or destination data is resided in off chip memory. In TI's document, it is said that EDMA operation can't guarantee the consistency between L2 cache and SDRAM. So I call function


using csl for edma setting at DSK6711

Started by ahmadagha23 in TMS320c6x19 years ago

hi friends I use the below program for setting up edma only by using csl library. it have been builds without any error.when i run its...

hi friends I use the below program for setting up edma only by using csl library. it have been builds without any error.when i run its run time message says that the target cant do priority 0 in qui edma. when i debuge the code I understand that the numbers that are defined in edmacfg0 config are not save to the related location in PaRAm but also


Pb with edma & Mcpsp1

Started by nadbret in TMS320c6x21 years ago 1 reply

hello, I use the DSK C6711 board with the PCM3003 daughtercard. I want to use the EDMA to transfer my data at 48 Khz. I use an...

hello, I use the DSK C6711 board with the PCM3003 daughtercard. I want to use the EDMA to transfer my data at 48 Khz. I use an Edma channel to receive the data from the serial port Mcbsp1 an an other to transmit the data to Mcbsp1. But I have an awful output signal. I th


EDMA transfer problem on C6711

Started by bg_ie in TMS320c6x21 years ago 3 replies

Hi, I was wondering if you could help me sort out a problem I'm having with my EDMA transfer. I'm working with the C6711DSK and...

Hi, I was wondering if you could help me sort out a problem I'm having with my EDMA transfer. I'm working with the C6711DSK and the AIC23EVM Codec. The problem is that when I use EDMA transfering, I'm losing every second input and output sample. I have the sample


Linked EDMA example?

Started by William C Bonner in TMS320c6x16 years ago

I've got a sequence of items that I'm trying to accomplish with a linked EDMA sequence. I believe that linking and chaining are two completely...

I've got a sequence of items that I'm trying to accomplish with a linked EDMA sequence. I believe that linking and chaining are two completely different things, and I'm trying to use linking, with the last item in the linked list set to produce an EDMA completion interrupt. I've got error handling that makes sure that the table entries are allocated correctly, and the initial channel op...


Pin connect tool and edma

Started by ahmadagha23 in TMS320c6x19 years ago

Dear Friends Why when I use pin connect tool from CCSIDE simulator to simulate EXT_int4, it can not drive the edma channel 4. (It doesn't...

Dear Friends Why when I use pin connect tool from CCSIDE simulator to simulate EXT_int4, it can not drive the edma channel 4. (It doesn't creat an event for edma channel 4); Please send your answers to ahmad_r_salehi@ahma... best regards


memcpy vs. EDMA

Started by Bernhard 'Gustl' Bauer in TMS320c6x15 years ago 5 replies

Hi, I'm working with a 6713B. I have a situation where src and dst of memcpy point to ext. SDRAM. When I simulate this and do assembly-single...

Hi, I'm working with a 6713B. I have a situation where src and dst of memcpy point to ext. SDRAM. When I simulate this and do assembly-single steps through memcpy I see that every step a data transfer is made. What if a EDMA wants to access ext. SDRAM at the same time? Which one is stalled: EDMA or CPU? TIA Gustl _____________________________________


C6455 - EDMA to McBSP

Started by pivo...@email.cz in TMS320c6x16 years ago

Hi, which configuration of arbitration register is the best one for EDMA to McBSP transfer? I have problem... when CPU start write into...

Hi, which configuration of arbitration register is the best one for EDMA to McBSP transfer? I have problem... when CPU start write into L2, EDMA-to-McBSP transfer starts to be non-continual. I've tested all combinations, but no improvement. There no other data transfers. Thanx Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial &...


C6711 McBSP and EDMA FYI

Started by dan_eyer in TMS320c6x22 years ago

We have been running a software UART through the McBSP on a C6711, based partly on the example code provided by TI. This setup ...

We have been running a software UART through the McBSP on a C6711, based partly on the example code provided by TI. This setup uses the EDMA to send UART-format data to the McBSP for transmission. I ran into a problem with the EDMA doing this, and found a wo


EDMA under DSP/BIOS II

Started by Anonymous in TMS320c6x23 years ago 12 replies

Has anyone an example code using C6711's McBSP with EDMA under DSP/BIOS II? Specially I am interested in the initialization...

Has anyone an example code using C6711's McBSP with EDMA under DSP/BIOS II? Specially I am interested in the initialization sequence. I have written a test program which initializes McBSP in Digital Loopback mode and EDMA to feet the transmiter and read the receiver. It works f


Ext Memory access without EDMA

Started by sank...@hotmail.com in TMS320c6x16 years ago 1 reply

Hi everyone, Is it possible to access external memory without using EDMA. I would like to pass a buffer pointer located in external memory to a...

Hi everyone, Is it possible to access external memory without using EDMA. I would like to pass a buffer pointer located in external memory to a function call without configuring EDMA. The DSP i am using is C6713. I would configure whole L2 as SRAM (256K) i.e., no L2 cache. Any comment will be appreciated. Thanks Sankar Barua Check Out Industry's First Single-Chip, Multi-Format, Real-T...


DSK6711 + DSP STAR ADDA - problem with EDMA transfer in BIOS

Started by jednoucelovy in TMS320c6x16 years ago 5 replies

Hi, I use EDMA to transfer samples from two channel 12-bit A/D converter (DSP STAR ADDA module) through EMIF into 2 buffers in internal SRAM....

Hi, I use EDMA to transfer samples from two channel 12-bit A/D converter (DSP STAR ADDA module) through EMIF into 2 buffers in internal SRAM. EDMA is triggered by EXT_INT7 and moves two 16-bit samples on each event. Buffers are switched after completing a block of 2*2560 samples using linked PARAM presets. This program runs fine if NOT using BIOS. When I use the same EDMA presets in ...


edma interrupt

Started by mayank agarwal in TMS320c6x19 years ago

Is there any document\manual which explains how to generate interrupt from an EDMA controller,any sample project will be more...

Is there any document\manual which explains how to generate interrupt from an EDMA controller,any sample project will be more helpful.Further how can we generate interrupt from host(arm9)to target processor DM642. EDMA channel 0 supports host to DSP interrupt but i don't know how to use that. Please refer any manual. Regards, Mayank


Improve Read from FPGA via EMIFA using EDMA

Started by fran...@gmail.com in TMS320c6x14 years ago

Hello, could you please help in the following issue? We're configuring EDMA in the TMS320C6455 in order to send/receive data to/from FPGA via...

Hello, could you please help in the following issue? We're configuring EDMA in the TMS320C6455 in order to send/receive data to/from FPGA via EMIFA bus. We've found a problem in the EDMA configuration when we are trying to read from FPGA. We detect in the time diagram that every 20 cycles, the ADS signal goes high, so the signals CE and OE goes high too. We don't know if there are some type of li...


Format and send message using McBSP/EDMA

Started by Nuno in TMS320c6x19 years ago 2 replies

I need to format and send a message buffer utilizing the EDMA and McBSP of the 6416. Here is the catch: I cannot use TI's Chip...

I need to format and send a message buffer utilizing the EDMA and McBSP of the 6416. Here is the catch: I cannot use TI's Chip Support Library. I have configured the McBSP/EDMA/Timer writing directly to the registers (the old fashioned way!). However, I can't seem to se


Channel synchronization problems with mcbsp & edma

Started by Zachariah, Ronald in TMS320c6x21 years ago

Hello, I am having some troubles with using EDMA to transfer data from a 4 channel adc. The adc requires a control byte to...

Hello, I am having some troubles with using EDMA to transfer data from a 4 channel adc. The adc requires a control byte to be sent which specifies which channel the next conversion is to be. I want to get 4 channels of data so I set up a edma transfer to copy the


CCSV4 WITH EDMA USE

Started by aros...@ipn.mx in TMS320c6x14 years ago 2 replies

Hi!, I am trying to use the new software ccsv4 with old examples that use the edma module but my code is not linked, i do not why this happens, in...

Hi!, I am trying to use the new software ccsv4 with old examples that use the edma module but my code is not linked, i do not why this happens, in ccsv3.1 the program works fine but in the new software it does not work. Could any help me? The code that i use is the following: #include #include #include "sine.h" #include "edma.h" /* * ======== Declarations ====


Different between Codec, Mcbsp, edma...

Started by rio hartono in TMS320c6x18 years ago

Hello everyone, I'm a newbie in DSK C6713... I'm working in some project and I only use codec (DSK6713_AIC23_read & DSK6713_AIC23_write) for data...

Hello everyone, I'm a newbie in DSK C6713... I'm working in some project and I only use codec (DSK6713_AIC23_read & DSK6713_AIC23_write) for data transfer. And it works, I mean the input can be heard by using speaker in output port. But I found that there's another way to transfer the data, by using mcbsp or edma. My question is, when do we have to use mcbsp channel or edma module for data (in...