DSPRelated.com

RTDX with Matlab 2009b and CCS V4.2

Started by xzranger in TMS320c6x15 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 problems...

Started by farm...@yahoo.com.br in TMS320c6x20 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


Compiler consultant message ".cif file not found"

Started by "H.264encoderondm642" in TMS320c6x19 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 ...


RTDX without DSP/Bios on DM6437

Started by tobi...@yahoo.de in TMS320c6x16 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\


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

Started by Benjamin Sanchez in TMS320c6x18 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 configuration

Started by danisade in TMS320c6x18 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 !!


hsrtdx high speed rtdx

Started by danisade in TMS320c6x18 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 ...


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

Started by Jeff Brower in TMS320c6x18 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: > ------------------------------------------------------------------------------------------------ --------------


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

Started by Michael Dunn in TMS320c6x18 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 in TMS320c6x22 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


Re: NMI with RTDX

Started by Jeff Brower in TMS320c6x19 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


problem RTDX

Started by brutus_phil2003 in TMS320c6x23 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


RTDX problem

Started by Beh CS :-|| in TMS320c6x23 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


Problems with the C6701 audio codec and RTDX

Started by Chris McCool in TMS320c6x25 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


the buffer of RTDX Host Library!!

Started by Anh Khoa in TMS320c6x20 years ago

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


RTDX configuration

Started by pramod_itpu in TMS320c6x19 years ago

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


How to continuously use RTDX without disturbing DSP program?

Started by paulmauricedsp in TMS320c6x19 years ago 2 replies

Hello 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) ); ...


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

Started by Jeff Brower in TMS320c6x18 years ago

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 write crashes C67xx

Started by Andreas Weishaupt in TMS320c6x16 years ago 3 replies

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...

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 ...


Need help with reading from RTDX channels.

Started by ah43...@drexel.edu in TMS320c6x18 years ago

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...