Forums Search for: RTDX
HOST to TARGET using RTDX
Hi, i am working on DM642EVM processor my ccs version 3.3. my question is how to display a image on pc by using rtdx. please help me....
Hi, i am working on DM642EVM processor my ccs version 3.3. my question is how to display a image on pc by using rtdx. please help me. Thanks&Regards Arun Rajsekhar _____________________________________
Read RTDX Channel: Timed out waiting for CCS to confirm completion.
Hi, I\'m reading the book of Rulph Chassaing, Digital Signal Processing and Applications with the C6713 and C6416 DSK. I have C6416 DSK,...
Hi, I\'m reading the book of Rulph Chassaing, Digital Signal Processing and Applications with the C6713 and C6416 DSK. I have C6416 DSK, CCS 3.1, Matlab 2007a and I have a little problem with the communication of matlab and DSK. The program is this of Example 9.4 page 311. It seems that Matlab can not read from DSK since the command outdata = readmsg(cc.rtdx,\'ochan\',\'int16\'); p...
RTDX throughput woes
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...
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 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...
C6455 Flashburn & RTDX
I am using a C6455 DSK board in a university project in which a DSP application needs to communicate with C/C++ software on a PC in Linux. I...
I am using a C6455 DSK board in a university project in which a DSP application needs to communicate with C/C++ software on a PC in Linux. I have tried RTDX but am having difficulties. I also haven't been able to load the application to the board's Flash memory in order for it to operate independently. 1. Is there an efficient way to load the application to non-volatile memory so that it w...
rtdx using Matlab 7.1
hellow freinds, I m using matlab ver 7.1 and CCS v_3.1 but when i write command: ccsdsp matlab gives this error:"Attempt to execute SCRIPT...
hellow freinds, I m using matlab ver 7.1 and CCS v_3.1 but when i write command: ccsdsp matlab gives this error:"Attempt to execute SCRIPT rtdx as a function." and in warning :"This version of the Link for Code Composer Studio(tm) has not been tested with your version of Code Composer Studio(tm) IDE. Refer to the Link for Code Composer S...
_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
DM6437 EVM and RTDX
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...
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...
complex numeric type signal in RTDX
dear all, recently i,m working on my graduate final work assignment using DSKC6713. to run my algorithm in DSK i used Model Based Design on...
dear all, recently i,m working on my graduate final work assignment using DSKC6713. to run my algorithm in DSK i used Model Based Design on Simulink. I want to transfer complex numeric type signal (consist of real and imaginer part) from simulink (via write to RTDX block) to DSK and compute the signal with my algoritm which result is a signal with complex numerical type also. But, some problem...
error message on processor in the loop
dear all, i had built my model in simulink and finished download the target side to dsk c6713. when i want to run my host side i get this error...
dear all, i had built my model in simulink and finished download the target side to dsk c6713. when i want to run my host side i get this error report : "Error evaluating registered method 'Outputs' of M-S-Function 'sfcn_TargetToHost' in 'gain1_host_c6416_frames/RTDX Read'. Read RTDX Channel: Timed out waiting for CCS to confirm completion." i hope any body could help me to solve this prob...
Loading *.out program created with DSP/BIOS into simulator
Hi, When I create a simple project using DSP/BIOS, it is successfully compiled and linked without a single warning. But when I try to load...
Hi, When I create a simple project using DSP/BIOS, it is successfully compiled and linked without a single warning. But when I try to load the generated *.out file to the simulator device it displays the followong error: "RTDX target application does not match emulation protocol! Loaded program was created with an RTDX library which does not match the target device." I've t...
RTDX target to host frame transfer Program runtime bug
I have small test program for target to host file transfer on SIMULATOR of CCS. which copies frame one after other to host by RTDX. As frame size...
I have small test program for target to host file transfer on SIMULATOR of CCS. which copies frame one after other to host by RTDX. As frame size QCIF will be 38016, 44 * 864 = 38016. so 864 bytes are transferred at a time from any one frame. This continues in loop. I have runtime problem at line====> if ( !RTDX_write( &ochan, (frame_yuv + offset_internal+ offset), 864*sizeof(unsig
Sending image through RTDX
Hello, I have problem, when I send image through RTDX to TMS320C6416T I recieve black image (array with all 0), while on functional simulator...
Hello, I have problem, when I send image through RTDX to TMS320C6416T I recieve black image (array with all 0), while on functional simulator everything works fine. Image is not greater than 1024 KB. Please help, I will be very greatfull.
RTDX using Borland C++ Builder
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...
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 /...
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 Problem
Hi, I'm doing a project using the 6711 DSK with CCStudio 2.0 on Windows NT. (I do not have administrator rights.) I had...
Hi, I'm doing a project using the 6711 DSK with CCStudio 2.0 on Windows NT. (I do not have administrator rights.) I had some problems using RTDX to transfer data from a host PC to the target (and vice versa). I tried out the example in "...\sect_1\less
URGENT: RTDX and Interrupts
Excuse my english. I?m a newbie in dsp programming. I?m doing a project that use RTDX to receive/send data from/to host PC...
Excuse my english. I?m a newbie in dsp programming. I?m doing a project that use RTDX to receive/send data from/to host PC from TMS320C6711 target. Now the target program uses 'RTDX_readNB' function to receive data to the host. The program is continuously waiting
URGENT: RTDX , Interrupts & Events
Excuse 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.
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






