Forums Search for: RTDX
asking for RTDX example
Hi, Does anyone have RTDX example for audio signal sampling? I want to use c6711 DSK to sample the input audio from Microphone...
Hi, Does anyone have RTDX example for audio signal sampling? I want to use c6711 DSK to sample the input audio from Microphone and save the sampled data to host PC. Are there such examples or similar stuff? Thank you very much. pio
'C6711DSK RTDX
inHi folks, I'm working with the 'C6711DSK board and I need read a PC file. I'm reading a file with fread(), but it's very...
Hi folks, I'm working with the 'C6711DSK board and I need read a PC file. I'm reading a file with fread(), but it's very slow. A frined talks about the RTDX. How can I use this method? Anyone has a example? Regards, Guilherme.
Need help using RTDX
inWe are trying to use the RTDX interface on the EVM6201 together with codecomposer studio (NT) 1.0. There are some examples...
We are trying to use the RTDX interface on the EVM6201 together with codecomposer studio (NT) 1.0. There are some examples provided by TI but we need some more information about how to call the RT
EDMA interrupt by the RTDX
Hi all, I want to interrupt the EDMA each time a certain buffer is filled by the RTDX: 1) is there an event for that? 2) if...
Hi all, I want to interrupt the EDMA each time a certain buffer is filled by the RTDX: 1) is there an event for that? 2) if not and it has to be done manually, does the command EDMA_setChannel() triggers the edmaHwi function? because, I put some test lines in the beginnin
Re: RTDX problem
Shyju wrote: >Continuing our discussion about RTDX and chip version... >I will list my findings.. > >1.I tried the software...
Shyju wrote: >Continuing our discussion about RTDX and chip version... >I will list my findings.. > >1.I tried the software version for getting the Rev Id- that is >CHIP_getRevId() CSL function on my C6416 chip .. which returned 1. More over >the
RTDX latency
inHi everybody. I could finally restructure my code so that both data and code fits in L1 cache. My software pipeline is working perfectly....
Hi everybody. I could finally restructure my code so that both data and code fits in L1 cache. My software pipeline is working perfectly. Thank you all for your help last time. But now i'm figthing against RTDX. Could someone tell me what's the aprox. latency for each message sent from a VB host app. to the target? Thanks. Charles
RTDX poll
Hi, I have a C6711 DSP with CCS 2.2. My program uses interrupts to get data from the PCM3003 audio daughtercard and I wish to...
Hi, I have a C6711 DSP with CCS 2.2. My program uses interrupts to get data from the PCM3003 audio daughtercard and I wish to send data through RTDX in real-time. Following an earlier question, I was told that the HWI (from the daughtercard) could interfere with R
RTDX with DSK6416
Hello All, I am trying to do RTDX with a DSK6416 board. My ultimate objective is to be able to transfer a very large number of samples ( ~ 10...
Hello All, I am trying to do RTDX with a DSK6416 board. My ultimate objective is to be able to transfer a very large number of samples ( ~ 10 million ) of a time series signal to a computer and process the information. I ran into a few issues in this quest. Firstly: I envisioned that I could attain my objective by doing many small transfers. ( I gave up on the idea of doing sample...
_RTDX interrupt mask error
Hi, I am trying to send data to DSK6713 through JTAG and have tried to run many examples....even the ones in the help tutorials. But I...
Hi, I am trying to send data to DSK6713 through JTAG and have tried to run many examples....even the ones in the help tutorials. But I keep on getting the same error msg _RTDX_interrupt_mask C:/CCStudio_v3.1/C6000/rtdx/lib/rtdx.lib > > error: symbol referencing errors - './Debug/RTDX_MATLAB_sim.out' not built I would be be grateful for ny sorta help. Check Out I
RTDX communication to two C6713 Spectrum Digital DSK boards
inDear community, I would like to thank everyone for this great resource - it has been very helpful to my learning of the DSK over the past two...
Dear community, I would like to thank everyone for this great resource - it has been very helpful to my learning of the DSK over the past two years. This is my first question as I really can't resolve it myself. I wish to send data from the PC to the transmitter DSK (no 1) and then retrieve data from the receiver dsk (no 2) to the PC. Can I use the RTDX usb interface to do this? I have t...
DM6437 EVM and RTDX
inHello, I do have a TMS320DM6437 Evaluation Module=B9 and tried to get RTDX to=20 work. Therefore I have to define the .rtdx_data and the...
Hello, I do have a TMS320DM6437 Evaluation Module=B9 and tried to get RTDX to=20 work. Therefore I have to define the .rtdx_data and the .rtdx_text=20 sections. I tried it this way: ################################ _RTDX_interrupt_mask =3D ~0x00001808; /*_RTDX_interrupt_mask =3D 0x0;*/ -l rts64plus.lib -l c:\CCStudio_v3.3\boards\evmdm6437_v2\lib\evmdm6437bsl.lib -l c:\CCStudio_v3.3\bi...
URGENT: RTDX , Interrupts & Events
inExcuse my English. I?m a newbie in dsp programming. I?m doing a project that recevive data from host and process it. ...
Excuse my English. I?m a newbie in dsp programming. I?m doing a project that recevive data from host and process it. Actually, data are received by means of RTDX, using 'RTDX_readNB' function, inside of infinite loop. My doubt is if there are some method to
RTDX COM interface
hi all For a 1.5 GHz pentium 4 system with 512 RAM connected to a DSK 6711 what could be the maximum rate of data transfer...
hi all For a 1.5 GHz pentium 4 system with 512 RAM connected to a DSK 6711 what could be the maximum rate of data transfer between them using RTDX COM interface(to feed a VC++ application)? As I know, for data transfer between host and target their are 4 ways.
RTDX bootloader?
inHello group, I found lots of posts on booting from flash etc, but I didn't find an answer there: I have a program that is 420kb...
Hello group, I found lots of posts on booting from flash etc, but I didn't find an answer there: I have a program that is 420kb big, and i cannot get it smaller so it does not fit in my C6713DSK's flash; so my idea was: i burn another program to flash, let it open an RTDX chann
RTDX using Borland C++ Builder
inHello all.. I would like to establish a communication protocol between my TM320C6713 DSK and a host PC. My problem is that all examples I have...
Hello all.. I would like to establish a communication protocol between my TM320C6713 DSK and a host PC. My problem is that all examples I have found are using Microsoft visual C for the host, but I would like to use Borland C++ Builder instead. I dont know how to initialize or use the RTDX com library (rtdxint.dll) when using Borland C++ Builder. Can anyone help me with this? Thank You /...
RTDX COM object problem
Hi! I am using CCS 2.10 version for my aplication with 6711 dsk and pcm3003. I am trying to exchange data between RTDX and...
Hi! I am using CCS 2.10 version for my aplication with 6711 dsk and pcm3003. I am trying to exchange data between RTDX and Matlab by using COM object interface. The problem is in Matlab when we create COM object, it needs to specify the program ID " actxserver('prog
RTDX throughput woes
inHi all, First off, apologies if this messages shows up several times: I have tried posting via the web page and it never shows up, so I am now...
Hi all, First off, apologies if this messages shows up several times: I have tried posting via the web page and it never shows up, so I am now directly mailing to the group. I am currently using a 6455 (TMS320C6455) DSK and RTDX to do continuous data transfers to the host. My current message size is 172 bytes, and if I send more than 12 messages/second (so a data rate of ~2KB/sec) I get...
RTDX Load problems
inI am working on the 6701 EVM board. I have written a simple RTDX program and i keep on getting a load error. Any ideas? I...
I am working on the 6701 EVM board. I have written a simple RTDX program and i keep on getting a load error. Any ideas? I have checked the configurations, compiles, libraries...it all seems correct. Any ideas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sara A Swagerty
Re: please help me about RTDX !!!
Khoa,
--- Anh Khoa
Khoa,
--- Anh Khoa
RTDX image data
Hi i am working an DM642EVM processor and my code composer version 3.3 actually i am working on image processing in that i am finding image...
Hi i am working an DM642EVM processor and my code composer version 3.3 actually i am working on image processing in that i am finding image tokens.. my problem is when i using rtdx i want the image token values to display on pc. But when i reading values it shows same values are repeating like this(how my values are coming to my pc showing here one example) Eg:- one frame x=10 y=0 x1=1...