Forums Search for: RTDX
Re: Need help with reading from RTDX channels.
We have a simple simulink model already built and loaded onto the DSKC6711 board. It's From RTDX, and then To RTDX, with the configuration...
We have a simple simulink model already built and loaded onto the DSKC6711 board. It's From RTDX, and then To RTDX, with the configuration parameters set up correctly (as far as we know) > > We can set up CCStudio, and make the program run, however, we are unable to get any results from the board. We can use the writemsg command, but we are unable to use read, or readmat, or get anything we
Need help with reading from RTDX channels.
We have a simple simulink model already built and loaded onto the DSKC6711 board. It's From RTDX, and then To RTDX, with the configuration...
We have a simple simulink model already built and loaded onto the DSKC6711 board. It's From RTDX, and then To RTDX, with the configuration parameters set up correctly (as far as we know) We can set up CCStudio, and make the program run, however, we are unable to get any results from the board. We can use the writemsg command, but we are unable to use read, or readmat, or get anything we need f...
RTDX capabilities
inI'm trying to transmit 16-bit values through the "line out", with a DAC sample rate of 96KHz. The source of the data is MATLAB, and...
I'm trying to transmit 16-bit values through the "line out", with a DAC sample rate of 96KHz. The source of the data is MATLAB, and the connection with the DSK is through the RTDX. Therefore, I need the RTDX rate of transfer to be 96000*2=192KB/Sec. Is this rate possible? w
Re: RTDX Target application does not match emulation protocol using RTDX with C6711DSK
Benjamin- > First of all let me give you thanks for your fast answer! > > Finally I have found RTDX source code from the rtdxtutorial demo...
Benjamin- > First of all let me give you thanks for your fast answer! > > Finally I have found RTDX source code from the rtdxtutorial demo files of Link for > CCS toolbox for Matlab. I will use these files to include my DSP algorithms and > validate them doing co-simulation with Matlab/LabView applications. Ok, sounds like you're on your way. That's good. You might want to keep those 671
rtdx problem
how can i profiling a rtdx application in the simulator mode.when i try this it gives me a memory address...
how can i profiling a rtdx application in the simulator mode.when i try this it gives me a memory address error. _____________________________________
hsrtdx
ini have my own specific board with dsp ti c6713 if i connect to my board with blackhawk lan560 jtag emulator i can send data from dsp to...
i have my own specific board with dsp ti c6713 if i connect to my board with blackhawk lan560 jtag emulator i can send data from dsp to host using rtdx and using high speed rtdx if i replace the modem in xds560r i can only use rtdx the hsrtdx stucks at at postcfg.s62 in the line : ------------------------- HWI_Obj 1, HWI_RESERVED1, 3, _function, _monitor, _addr, _dataType, _oper...
HOST to TARGET using RTDX
hi, i am using DM642EVM processor and ccs version 3.3. my problem is how to display image on pc by using rtdx. please help...
hi, i am using DM642EVM processor and ccs version 3.3. my problem is how to display image on pc by using rtdx. please help me. Thanks&Regards Arun _____________________________________
HOST to TARGET using RTDX
inHi, 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 _____________________________________
How to continuously use RTDX without disturbing DSP program?
inHello everybody, Working with C6711DSK and Code Composer 2, I need to send data (float) from Target to Host with RTDX. However, having...
Hello everybody, Working with C6711DSK and Code Composer 2, I need to send data (float) from Target to Host with RTDX. However, having read the Code Composer's tutorials, there is still something that I do not understan. Classical code to communicate with RTDX is: /*****************************************/ //send data status = RTDX_write( &ochan, &message, sizeof(message) ); ...
RTDX write crashes C67xx
inHi everybody I want to transfer data from the target to the PC. I'm working with the OMAP-L137 EVM, but I only use the C6747 part. I've read...
Hi everybody I want to transfer data from the target to the PC. I'm working with the OMAP-L137 EVM, but I only use the C6747 part. I've read various sections of docs (RTDX docs, Code Composer Tutorial, DSP/BIOS user's guide) and went through several messages on RTDX in this group. First I've tried to write some constant data simply in the main function (no DSP/BIOS) and then reading it in ...
Re: Sending image through RTDX
inHi, how to send image through rtdx to TMS320c6416T. pleae give me clear...
Hi, how to send image through rtdx to TMS320c6416T. pleae give me clear discription. Thanks&Regards ARUN _____________________________________
C620xx Using RTDX, who did it already ???
Hello, I want to use RTDX for logging and tracing the target EVM C6201. Is there anyone who has experience with this. I...
Hello, I want to use RTDX for logging and tracing the target EVM C6201. Is there anyone who has experience with this. I know how to use RTDX on the target, but not ho
RTDX configuration
Hi all, I am trying using RTDX on DSK6713 with MATLAB. I am not able to change the RTDX buffer size (host buffer size ) through MATLAB....
Hi all, I am trying using RTDX on DSK6713 with MATLAB. I am not able to change the RTDX buffer size (host buffer size ) through MATLAB. whatever buffer size i give in MATLAB , the host buffer size remains to 1024 with 4 buffers. Can anyone suggest some remedy? thanks in adavnce
RTDX - LabVIEW
inHi. I would like to transfer data from my 6711DSK to a LabVIEW program using RTDX and the parallel port. Does anyone know where...
Hi. I would like to transfer data from my 6711DSK to a LabVIEW program using RTDX and the parallel port. Does anyone know where to find an example on this? Regards Daniel Dencker.
RTDX bandwidth
inHi! C6x Does anybody know what is the bandwidth of RTDX. thanks in advance. Aziz
Hi! C6x Does anybody know what is the bandwidth of RTDX. thanks in advance. Aziz
RTDX Problem
inHi, 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
Sending image through RTDX
inHello, 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.
c6203, xds510pp and rtdx?
Hi, Perhaps this should be a question for TI support... but anyway, I'd appreciated if anyone in the group has experience with...
Hi, Perhaps this should be a question for TI support... but anyway, I'd appreciated if anyone in the group has experience with this. I have a board with some c6203's on it (just one of them in the JTAG chain), but can not get the RTDX diagnostic tests in CCS v2.0 to wor
Configuring RTDX Host Buffers
Hi all! I am sending a time signal from my LabView application to C6711DSK for computing FFT-radix4. Data transfer in both directions works...
Hi all! I am sending a time signal from my LabView application to C6711DSK for computing FFT-radix4. Data transfer in both directions works correctly when the number of samples is equal or less than 128 but if it is bigger then CCS shows me the following message: ------------------------------------------------------------------------------------------------ --------------------- RTDX Detec
the buffer of RTDX Host Library!!
Hi all, I'm Khoa, now I'm using Code Composer Studio v3.1 and C6713 board. When I used RTDX to transfer data from PC host (MSVC++) to C6713...
Hi all, I'm Khoa, now I'm using Code Composer Studio v3.1 and C6713 board. When I used RTDX to transfer data from PC host (MSVC++) to C6713 board, I met this problem : PC host - MSVC++ : I used this command to write data : rtdx->WriteI1( Data_To_Send, &bufferstate ) but when I write 1025th byte, the WriteI1 command cann't continuously write (Failed result was re