DSPRelated.com

RTDX problems...

Started by farm...@yahoo.com.br in TMS320c6x18 years ago 1 reply

Hi, I'm having problems with RTDX, using the C6711 DSK. When I finish to load the project, I receive the message: RTDX target...

Hi, I'm having problems with RTDX, using the C6711 DSK. When I finish to load the project, I receive the message: RTDX target applucation does not match emulation protocol! Loaded program was created with an rtdx library which does not match the target device. I've already read about this problem, and the solution was to set the RTDX configuration


RTDX

Started by in TMS320c6x20 years ago 1 reply

Hi, (c6711DSK, CCS 2.1) I nedd some information about RTDX: 1. Can I use RTDX via parallel port(or only with Jtag...

Hi, (c6711DSK, CCS 2.1) I nedd some information about RTDX: 1. Can I use RTDX via parallel port(or only with Jtag connector)? 2. Can I set(change) the value of variables via RTDX in real-time while the code is runing on the target? Thanks


rtdx configuration

Started by danisade in TMS320c6x16 years ago

why rtdx configuration not saved after i quit my project - enable rtdx - rtdx buffer - log file name why ti not enables to set it using c,h...

why rtdx configuration not saved after i quit my project - enable rtdx - rtdx buffer - log file name why ti not enables to set it using c,h file but only use gui isnt that weared i want my pc back help !!


Re: NMI with RTDX

Started by Jeff Brower in TMS320c6x17 years ago 2 replies

Harish- > I am using TI's Himalaya board for speech codec > activities. RTDX is used to transfer the test vectors > to the target in one...

Harish- > I am using TI's Himalaya board for speech codec > activities. RTDX is used to transfer the test vectors > to the target in one shot avoiding file I/O which slow > down the vector execution. > Now there is an NMI. When in NMI, input read is > getting crashed with RTDX. I am suspecting some > exception by RTDX which causes the crash. I am not > very sure about this. Can somebody


RTDX without DSP/Bios on DM6437

Started by tobi...@yahoo.de in TMS320c6x14 years ago

Hi everybody, i like to use RTDX to display small logging and debug messages from my EVM DM6437 on PC. Using DSP/Bios, this works fine. But for...

Hi everybody, i like to use RTDX to display small logging and debug messages from my EVM DM6437 on PC. Using DSP/Bios, this works fine. But for my application it would be better, if it worked standalone without OS. Is that possible at all? I tried to follow the steps in spra895 -> 2.2 RTDX Without DSP/BIOS. I did the following: - link rtdx.lib from bios_5_33_06\packages\ti\rtdx\lib\c6000\


problem RTDX

Started by brutus_phil2003 in TMS320c6x20 years ago

DSKC6711 CCS2.1 I do one acquisition in real time with the audio I transfer to the PC the sound by RTDX and i use the RTDX.exe...

DSKC6711 CCS2.1 I do one acquisition in real time with the audio I transfer to the PC the sound by RTDX and i use the RTDX.exe software for the host and visualise the data the transfert is good but there is often of zeroes in the data on rtdx.exe thanks for the answers


Re: RTDX Target application does not match emulation protocol using RTDX with C6711DSK

Started by Jeff Brower in TMS320c6x16 years ago 1 reply

Benjamin- > I'm trying to use RTDX programming my C6711DSK board with the example project file > ...

Benjamin- > I'm trying to use RTDX programming my C6711DSK board with the example project file > examples\tutorial\sect1_less1\dsk6713\sect1_less1.pjt, which sends an integer > through the output RTDX channel. When I load the program to the board CCS shows me > the following error: > ------------------------------------------------------------------------------------------------ --------------


RTDX Target application does not match emulation protocol using RTDX with C6711DSK

Started by Benjamin Sanchez in TMS320c6x16 years ago

Hi guys! I'm trying to use RTDX programming my C6711DSK board with the example project file...

Hi guys! I'm trying to use RTDX programming my C6711DSK board with the example project file examples\tutorial\sect1_less1\dsk6713\sect1_less1.pjt, which sends an integer through the output RTDX channel. When I load the program to the board CCS shows me the following error: ------------------------------------------------------------------------------------------------ ---------------------


RTDX with Matlab 2009b and CCS V4.2

Started by xzranger in TMS320c6x13 years ago

Dear friends, I was trying to use the follow matlab code to open the RTDX channel, but it failed. %%DM37XX RTDX PC side Matlab code h =...

Dear friends, I was trying to use the follow matlab code to open the RTDX channel, but it failed. %%DM37XX RTDX PC side Matlab code h = actxserver('RTDX'); % Open rtdx read channel status = invoke(h,'Open','ochan','R'); % Find how many messages available in read buffer % RTDX seems to keep read values in the buffer, so % need to read just the latest one [status,nummsgs] = invoke(h,'...


RTDX problem

Started by Beh CS :-|| in TMS320c6x21 years ago 9 replies

Hi, I'm using TI's C6415 processor, C6400 xds560 board and CCS 2. When I try the RTDX tutorials, I can't enable the RTDX...

Hi, I'm using TI's C6415 processor, C6400 xds560 board and CCS 2. When I try the RTDX tutorials, I can't enable the RTDX function in CCS. I got the message : "GTI device driver failed to enable RTDX" Has anyone face the similiar problem ? What sho


Compiler consultant message ".cif file not found"

Started by "H.264encoderondm642" in TMS320c6x17 years ago

For including RTDX facility in my decoder code I added some files to my decoder project. ? Target.h intvecs.asm rtdx_buf.c rtdx.lib ...

For including RTDX facility in my decoder code I added some files to my decoder project. ? Target.h intvecs.asm rtdx_buf.c rtdx.lib rtdxhs.lib I have tested my decoder code without rtdx. Also I have tested test RTDX program. Both are working well individually. But when I try to integrate RTDX facility in decoder project 2 problems are occurring as below? ## target.h ...


Re: RTDX Target application does not match emulation protocol using RTDX with C6711DSK

Started by Michael Dunn in TMS320c6x16 years ago

Benjamin, On 11/29/07, Benjamin Sanchez wrote: > Hi guys! > > I'm trying to use RTDX programming my C6711DSK board with the example...

Benjamin, On 11/29/07, Benjamin Sanchez wrote: > Hi guys! > > I'm trying to use RTDX programming my C6711DSK board with the example project file examples\tutorial\sect1_less1\dsk6713\sect1_less1.pjt, which sends an integer through the output RTDX channel. When I load the program to the board CCS shows me the following error: > > --------------------------------------------


RTDX

Started by stephane D in TMS320c6x18 years ago 1 reply

Hi all, I would like to establish a communication protocol between an Host client and my CCS application. To do that, I would like to use...

Hi all, I would like to establish a communication protocol between an Host client and my CCS application. To do that, I would like to use RTDX. I have read the tutorial and some examples are done in C++. To initialize RTDX com a library is imported from "c:\ti\cc\bin\rtdxint.dll" but I don't find any documentations about the interfaces??.


Problems with the C6701 audio codec and RTDX

Started by Chris McCool in TMS320c6x23 years ago

I'm using a C6701 EVM and am trying to get audio to work while using RTDX. Having read and made the changes suggested on the TI...

I'm using a C6701 EVM and am trying to get audio to work while using RTDX. Having read and made the changes suggested on the TI website in the article "C6x EVM function evm_init() prohibits an RTDX COM client from opening a channel", I was able to open an RTDX channel


hsrtdx high speed rtdx

Started by danisade in TMS320c6x16 years ago 2 replies

i have dskc6713 my hsrtdx works with blackhawk lan560 but when i take same project on second pc and use xds560r only rtdx works and high...

i have dskc6713 my hsrtdx works with blackhawk lan560 but when i take same project on second pc and use xds560r only rtdx works and high speed rtdx not works and stuck in the line while ( RTDX_writing != NULL ) { } someone knows any solution should i do somthing special for the xds560r ? i change the intvecs.asm to hsrtd set 1 and also checke the enable rtdx , my clock ...


Simple Rtdx Question

Started by bg_ie in TMS320c6x20 years ago

Hi all, I have been using HPI to communicate between my PC application and my c6711DSK. As you know, there are problems with...

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 sen


RTDX with HWI

Started by jaleitao2003 in TMS320c6x20 years ago 2 replies

Hi, I am building a program which captures data from the PCM3003 audio card, by means of HWIs, and sends it to a PC, via JTAG,...

Hi, I am building a program which captures data from the PCM3003 audio card, by means of HWIs, and sends it to a PC, via JTAG, when 512 samples are available. I am using the TMSC6711 DSP. Do the HWI interfere with the RTDX? When I try to use interrupt- driven RTDX


RTDX on a DSK

Started by Linkens, Andy in TMS320c6x21 years ago

I am struggling with getting the RTDX to work in both directions on a C6416 DSK. The tutorials work (transferring a block of...

I am struggling with getting the RTDX to work in both directions on a C6416 DSK. The tutorials work (transferring a block of integers in one direction only) but there appears to be very little help on how the RTDX works and how to write the C++ host software. Essentially I'm just try


RTDX with 4 DSPs inthe JTAG chain

Started by Thomas Schwere in TMS320c6x23 years ago

We want to use RTDX with four TMS320C6701 in the JTAG chain and a Visual C++ COM client. Is it possible that each DSP has its own...

We want to use RTDX with four TMS320C6701 in the JTAG chain and a Visual C++ COM client. Is it possible that each DSP has its own channel to communicate with the Host? We found the following problem in the TIs database: "How to get RTDX


File I/O for DSK and RTDX

Started by Linkens, Andy in TMS320c6x21 years ago 1 reply

Does anyone have experience of processing speech test vectors on the C6416 DSK using RTDX? Using the usual fread and fwrite...

Does anyone have experience of processing speech test vectors on the C6416 DSK using RTDX? Using the usual fread and fwrite functions to do File I/O is extremely slow and the help in Code Composer Studio is not very clear for RTDX although I am fairly certain this is the way to go.