Forums Search for: RTDX
RTDX with CCS and F2812 ?
inHi I'm trying to make a RTDX connection between CCS and the F2812 DSP. I use a XDS510PP+ emulator, and my version of CCS is 2.21. My...
Hi I'm trying to make a RTDX connection between CCS and the F2812 DSP. I use a XDS510PP+ emulator, and my version of CCS is 2.21. My questions is: Does the F2812 support RTDX ? What is required to use RTDX ? The CCS help says that: "... This step is necessary because RTDX, which is use for host/target communication is not currently supported on the C28x." I found several website...
Simple RtDx Question Regarding C6711DSK
inHi all, I have been using HPI to communicate between my PC application and my c6711DSK. As you know, there are problems with the API...
Hi all, I have been using HPI to communicate between my PC application and my c6711DSK. As you know, there are problems with the API functions, and I have some reliability problems as a result. Because of this, I was thinking of using rtdx in addition to hpi, using rtdx to send commands and hpi to transfer data. The first question. Can I use rtdx without CCS? If yes, then how do I go ...
RTDX problem
inHi all I'm running a massive test harness on a DSK6416 , I send data from Matlab via RTDX to the target and get the data back for analyzing...
Hi all I'm running a massive test harness on a DSK6416 , I send data from Matlab via RTDX to the target and get the data back for analyzing in Matlab via RTDX. After a while CCs crashes and caused RTDX input channel failure in Matlab . Error message in CCS is as following "Unexpected Fatal Error Encountered Which may have been caused by a stack overflow Out of memory condition, o...
RTDX
inHello, I would like to tranfer a picture from PC to DSP (TMS320 6711) to treat ot. Is it the best way to use RTDX ? thanks, Nicolas
Hello, I would like to tranfer a picture from PC to DSP (TMS320 6711) to treat ot. Is it the best way to use RTDX ? thanks, Nicolas
Help w/ RTDX on TI DSK6713
inI'm expert-level C/C++ programmer, but new to Code Composer Studio... Using the TI DSK6713, I am trying to use RTDX to exchange relatively...
I'm expert-level C/C++ programmer, but new to Code Composer Studio... Using the TI DSK6713, I am trying to use RTDX to exchange relatively small amount of data between PC host and the DSK, while also running DSP filter algorithm. My problem is that I'm running my filter in a separate task, and RTDX handling in main() as shown in TI examples. However, my filter task does not start ex...
Urgent:RTDX issue
inHi all I'm running a massive test harness on DSK6416, I'll send the input data from Matlab via RTDX to the target and I get back the data...
Hi all I'm running a massive test harness on DSK6416, I'll send the input data from Matlab via RTDX to the target and I get back the data for analyzing in Matlab via RTDX. After a while , matlab reported a failure in input channel , at the same time the CCS has crashed and error in CCS is as following "stack overflow" Comments or suggestions would be very much appreciated. thanks ...
Simulink + Code Composer Studio (problems with RTDX)
Hi, I have Matlab R2007b and CCS 3.3 running on my computer. My DSP board is DSK6416. Every time I try to build a Simlink model onto the DSP i...
Hi, I have Matlab R2007b and CCS 3.3 running on my computer. My DSP board is DSK6416. Every time I try to build a Simlink model onto the DSP i get the message: RTDX target application doesn't match emulation protocol. Loaded program was created with an rtdx library which does not match the target device. I get this message every time I try to load a *.out file. Question: What does it m...
Can I use STS module of DSP/BIOS while disabling RTA & RTDX at the same time?
inHi, all, TI C6x platform. Could I create STS objects and use them to monitor system run-time information while at the same time disabling RTA...
Hi, all, TI C6x platform. Could I create STS objects and use them to monitor system run-time information while at the same time disabling RTA and RTDX in the DSP/BIOS configuration tool? I don't want the RTA and RTDX modules to use up too much memory and CPU cycles. Thanks! Rose
DM6437 EVM and RTDX
inHello, I do have a TMS320DM6437 Evaluation Module? and tried to get RTDX to work. Therefore I have to define the .rtdx_data and the...
Hello, I do have a TMS320DM6437 Evaluation Module? and tried to get RTDX to work. Therefore I have to define the .rtdx_data and the .rtdx_text sections. I tried it this way: ################################################################### MEMORY { L2RAM: o = 0x10800000 l = 0x00020000 DDR2: o = 0x80000000 l = 0x10000000 } SECTIONS { .bss > L2RA
An old basic question about RTDX without CCS
inI knew that whether RTDX without CCS still works is a very old question, and I also knew the answer is NO. My problem is that I don't care...
I knew that whether RTDX without CCS still works is a very old question, and I also knew the answer is NO. My problem is that I don't care whether CCS is running, but I don't want to open my project files. Is the RTDX still working? It sounds funny, but I think "without CCS" is different from "don't open project files". I have burned my Hex file into C6713DSK. But I found that once my ...
Getting data into MATLAB through RTDX
Hi everyone, I am looking for a way to get data off a dsp board into MATLAB using RTDX. I am using an older version(6.1) and do not have the...
Hi everyone, I am looking for a way to get data off a dsp board into MATLAB using RTDX. I am using an older version(6.1) and do not have the Code Composer toolbox(CCS link for IDE or something like that) installed. Is this still possible? If so how? Thank you very much for your time. Rommel
How to setup interrupt for RTDX
HI everyone! I am looking for a way to setup interrupt for RTDX in CCS3.1 tutorial using DSP2812,but I still can't find a clue. Can anyone tell...
HI everyone! I am looking for a way to setup interrupt for RTDX in CCS3.1 tutorial using DSP2812,but I still can't find a clue. Can anyone tell me how to start it ? Thank you a lot!
RTDX by using ezdspF2812
inhi everybody, How could we use RTDX for the ezdspf2812 ? is there any sample program for this problem ? thanks for your help and best...
hi everybody, How could we use RTDX for the ezdspf2812 ? is there any sample program for this problem ? thanks for your help and best regards
help me on RTDX JTAG
inHi I am doing control system project using Ti DSP I have a TMS320C6711 board with CCS DSK C6000 1.23 I have to transmit and process large...
Hi I am doing control system project using Ti DSP I have a TMS320C6711 board with CCS DSK C6000 1.23 I have to transmit and process large amount of data on real time. Can you tell me? Which JTAG is essential Where can I get more help on RTDX for coding (target and client). I am waiting for your response. With regards Dibyendu Mondal B.E.College Howrah - 3 West Bengal India ...
Simple RTDX host application with C/C++
inHello everyone, I want to do a simple console application to send and recieve data from the DSP. I've found information in the CodeComposer...
Hello everyone, I want to do a simple console application to send and recieve data from the DSP. I've found information in the CodeComposer Online Help... but the examples are with Visual Basic and I still have some questions. If i want to use C/C++ to develop a host RTDX application: 1. Which library have I to use? 2. Which header file have I to import? 3. Can I use the functions ...
'spectrum digital' vs 'TI DSK'
inHi dear all, I am planning to buy a DSK (6416) but I hesitate btwn spectrum digital and TI ones. I appreciate the extention prototyping board...
Hi dear all, I am planning to buy a DSK (6416) but I hesitate btwn spectrum digital and TI ones. I appreciate the extention prototyping board of SD but I wonder if I can get the same softwares package than with TI (real time OS, cache analyser, event profiler, RTDX.....). Could you tell me if I receive the same package? I suppose yes for the RTDX... but for other ones, especially cach...
RTDX Interupt Problem (Probably)
inHi, I'm doing a student project and I have made a simple graphic equalizer using a c6711 DSK. I am trying to write a host application to put a...
Hi, I'm doing a student project and I have made a simple graphic equalizer using a c6711 DSK. I am trying to write a host application to put a pretty user interface on the equalizer using RTDX (JTAG, not HSRTDX) to send the positions of several sliders to the DSK. I have successfully written the host program, and a corresponding target application that reads the values that are written and p...
how to capture variables to PC realtime with jtag on C55x
inhi, guys in dsp group now, I'm working on C55x, and need to capture variable to PC realtime with Jtag for the purpose of debugging. For my...
hi, guys in dsp group now, I'm working on C55x, and need to capture variable to PC realtime with Jtag for the purpose of debugging. For my system, there is no DSP/BIOS, so the RTDX can't work. I'm trying the Gel or Perl script to do this. Is it feasible? thanks for ur comments. my requirements: #1. no dsp/bios support, so, RTDX can't work #2 capture huge data from DSP target to PC fo...
TMS 67xx clarification
inhi guys, i am currently working with TMS 6711 processor..in the kit that is available, we have a plug in for audio, but no separate exclusive...
hi guys, i am currently working with TMS 6711 processor..in the kit that is available, we have a plug in for audio, but no separate exclusive plug for video..what is the procedure that i should follow for sending video signals? secondly, what is meant by RTDX?where is it used? regards