Forums Search for: RTDX
Running out of RTDX buffers
Hi, In our development we must disconnect from the device in CC to allow for a board reset. We can disconnect, reset the device, and...
Hi, In our development we must disconnect from the device in CC to allow for a board reset. We can disconnect, reset the device, and reconnect just fine. However, after a certain number of times, CC gives this warning each time a connection is made: "WARNING: Too few RTDX Host Buffers You have enabled RTDX on more CPUs than there are RTDX buffers. You should configure RTDX to have ...
RTDX help required
Hi All, I'm trying bring up the RTDX communication between the OMAP5912 OSK board a Host PC (Intel x86). When I configure the...
Hi All, I'm trying bring up the RTDX communication between the OMAP5912 OSK board a Host PC (Intel x86). When I configure the RTDX for the DSP core of OMAP5912, the communication happens seamlessly. I would like to know if its possible to configure the ARM core of OMAP5912 to support the RTDX channel. If somebody can throw some light on this, its highly appreciat...
Using RTDX with the F2812 C/C++ header/peripheral example files
Hello, I've been trying to create a program that sends the result of an AD conversion to my PC using RTDX (it's the first I use it). I...
Hello, I've been trying to create a program that sends the result of an AD conversion to my PC using RTDX (it's the first I use it). I have modified the adc_soc example project with same code (t2h.c, except TARGET_INITIALIZE();) from the rtdx tutorial. The first time I send a data, I can see it on my PC, but the DSP hangs on the following line: while ( RTDX_writing != NULL ) I think it mig...
Help on compilation errors during project through TMS320C6713 DSK + RTDX + CCS
I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for interfacing PC Host and Target device through MatLab . Prob : " MATLAB-DSK...
I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for interfacing PC Host and Target device through MatLab . Prob : " MATLAB-DSK Interface Using RTDX, with MATLAB for FFT and Plotting " .. All program files , library file and all supporting files are included inti program project. But during compilation, one error has occured ...shown below .. ************************* ...
Re: Help on compilation errors during project through TMS320C6713 DSK + RTDX + CCS
Gopal- > I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for > interfacing PC Host and Target device through MatLab . > ...
Gopal- > I am working with CCS on TMS320C6713 DSK Kit. I want to use RTDX for > interfacing PC Host and Target device through MatLab . > > Prob : " MATLAB-DSK Interface Using RTDX, with MATLAB for > FFT and Plotting " .. > > All program files , library file and all supporting files are > included inti program project. > > But during compilation, one error has occured ...shown below
Can I use RTDX without CCS
inHi all I am doing an adaptive equalization application on the 6211 DSK and I was wondering how to make my own GUI on the PC which...
Hi all I am doing an adaptive equalization application on the 6211 DSK and I was wondering how to make my own GUI on the PC which will start and the program on the DSK and show data about the progress of the filter without using CCS . Can I use RTDX for this. Or can I even do this
RTDX code
Hi, Does anybody has a simple example code for RTDX host in C (or C++, preferably C). I'm having problems in deciphering the...
Hi, Does anybody has a simple example code for RTDX host in C (or C++, preferably C). I'm having problems in deciphering the single CPP example code. And I can't find any manual on the subject - the BIOS manual only describes the target code. Thanx in Advanc
Re: Slow data transfer using RTDX
inHendryk Budhi Nugraha wrote: > Hi folks, > I am trying to transfer data from DSK board TMS320C5402 to PC host and >...
Hendryk Budhi Nugraha wrote: > Hi folks, > I am trying to transfer data from DSK board TMS320C5402 to PC host and > back to DSK using RTDX. I've got it all work but the data transfer is very > slow. It took 29500 ms to transfer 50 times of 192 data (1
RTDX and Visual Basic
Hi! I want to build a Visual Basic-like Application to communicate with a DSK5416 program via RTDX. As I do not have MS Visual...
Hi! I want to build a Visual Basic-like Application to communicate with a DSK5416 program via RTDX. As I do not have MS Visual Basic, I am using the free Envelop Engine ( http://www.freebyte.com/progra mming/co
CCS for C6211DSK
inHi all, Did anybody get an update of the Code Composer Studio for the C6211DSK? We still have version 1.03 (no RTDX support). ...
Hi all, Did anybody get an update of the Code Composer Studio for the C6211DSK? We still have version 1.03 (no RTDX support). Last year TI announced that all registered user will get this update! Thomas -- //\\\\ | ~ ~ | ( O O ) ____
Does anyone know anything about the Code Composer Studio SDK???
Hi everyone, I am trying out an RTDX tutorial that was downloaded from the TI web site (spra744.pdf). One of the requirements...
Hi everyone, I am trying out an RTDX tutorial that was downloaded from the TI web site (spra744.pdf). One of the requirements for this tutorial is that I need to have the following: - TI Code Composer Studio for Microsoft Windows (version 2.0 or greater) -
RTDX and Visual C++ without CCS
Hi all, I am using TMS320C6711 DSK with Code Composer v1.23. I wrote a program using Code Composer to send number stored in an...
Hi all, I am using TMS320C6711 DSK with Code Composer v1.23. I wrote a program using Code Composer to send number stored in an array to McBSP, using interrupt-driven method (XINT1). That was working fine as I can see the bit patterns (1s and 0s) of the number sent to McBSP
HST target to host writerSize limit?
Hi all, I'm using CCS1.2+EVM67 and a test program that use HST channel to write file to the host. It seems that the maximum size...
Hi all, I'm using CCS1.2+EVM67 and a test program that use HST channel to write file to the host. It seems that the maximum size that I can write out for each PIP_put() call is 510 words (2040bytes). More than that and nothing comes out. The HST buffer and RTDX buffer are
Regarding CCS link for matalab
Dear friends, Once a model is Created in Simulink(that is using video&image processing block set).Input image is geting through from file...
Dear friends, Once a model is Created in Simulink(that is using video&image processing block set).Input image is geting through from file and output is viewing from video viewer block set. Using real time workshop, RTDX and Embedded Target ,i select the dsp processor for my application..once a model is executed, it automatically invoke the ccs & generates the code in CCS.. but i ...
Regarding link for ccs
Hi to all, i wrote script file for addition of two numbers.in simulink i use rtdx blocks and embedded dsp processor C6711,.i execute the...
Hi to all, i wrote script file for addition of two numbers.in simulink i use rtdx blocks and embedded dsp processor C6711,.i execute the script file in matlab command window it invokes ccs automatically,building ,loading and get the output in matlab workspace. but this error is coming.ccs not automatically loading the program Error: Reset: Timeout waiting for CCS to confirm completion i...