Forums Search for: RTDX
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
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
New Emulator from TI with Bi-Directional Data Streaming at Video Speeds
JTAG emulator enables high-speed RTDX? data link at more than two megabytes per second and code download speeds at up to half a ...
JTAG emulator enables high-speed RTDX? data link at more than two megabytes per second and code download speeds at up to half a megabyte per second For more info: http://www.dspvillage.ti.com/emulator8 HOUSTON
it this possible in dsk6711?
hi all Actually i want to transfer voice samples from mic input of the DSK kit to the serial port(max of 115kbps)of the...
hi all Actually i want to transfer voice samples from mic input of the DSK kit to the serial port(max of 115kbps)of the host(using RTDX ). Does this tranfer has some real time constraints. plz let me if it has thanks seshu
max tranfer rate using RTDX with JTAG interface?
hi i wanted to know the maximum data rate between host to target and vice versa on a DSK 6711 kit (JTAG interface) please let...
hi i wanted to know the maximum data rate between host to target and vice versa on a DSK 6711 kit (JTAG interface) please let me know about this thank u all seshu
RTDX_VB interface
I am doing a project using RTDX VB interface. My prj is using real time. Each time VB will be collecting 1000 integer values from...
I am doing a project using RTDX VB interface. My prj is using real time. Each time VB will be collecting 1000 integer values from CCS via the channel. Initially, VB collected the 1st 1000 data. However, if I want to collect the 2nd 1000 integer values (which is different value
Re: RTDX problem
Henrry- > Yeah, I aggree with you that XDS560 will also be > faster as the TI claim for this product. I have seen > XDS demo...
Henrry- > Yeah, I aggree with you that XDS560 will also be > faster as the TI claim for this product. I have seen > XDS demo movie for the XDS560, this demo movie is > demonstrating the XDS560 with DSK6711 and Daughter > Card to capture image from WebCam a
Comunications between target and PC
hi!, I am doing a program with receive/send data to/from target TMS320C6711. My idea is do it with RTDX but I would like know if...
hi!, I am doing a program with receive/send data to/from target TMS320C6711. My idea is do it with RTDX but I would like know if there are any method for do it (for example mailBox, Pipo, etc..). Always data will be sent/received are group of 560 bytes. Which method is be
ccs 1.23 and XP
i have CCS 1.23 with kit starter dsp plus TMS320C6711 ihave the big problem whith RTDX is compatible with windows XP? where is...
i have CCS 1.23 with kit starter dsp plus TMS320C6711 ihave the big problem whith RTDX is compatible with windows XP? where is the CSL library, how can i include ? thanks for your answers
Audio I/O with PCM3003 and DSP/BIOS
Hi, I'm using a TMS320C6711 DSP with a PCM3003 Audio Daughter card. Can anybody explain me how to configure the DSP/BIOS (for...
Hi, I'm using a TMS320C6711 DSP with a PCM3003 Audio Daughter card. Can anybody explain me how to configure the DSP/BIOS (for RTDX usage) on a program that uses hardware interrupts (like 'loop_intr_pcm' by R. Chassaing)? This is what I am doing (please correct):
XDS560 driver problems
Hello friends: I installed the XDS560 emulator (TI) with and ATEME IEKC64x board, and the XDS560 driver is randomly...
Hello friends: I installed the XDS560 emulator (TI) with and ATEME IEKC64x board, and the XDS560 driver is randomly bluescreening my computer. actually it used be more rampant, until I unchecked the 'RTDX' from "Help" -"About" -> "Component Manager&
HWI and PRD
Hi ! C6x , I have been trying to send frame of processed data periodically to Matlab by using RTDX. Here are some problems I...
Hi ! C6x , I have been trying to send frame of processed data periodically to Matlab by using RTDX. Here are some problems I couldn't figure out. I am using 6711 DSK with PCM3003 daughter card. I have used HWI for data acquisition and for output of the data. Here what I wanted
Error in Targeting C6711 Board
hi everyone, I'm trying to learn IP Algortitm Implementations on a C6711 IDK Board interfaced to CCS. I'm having a problem...
hi everyone, I'm trying to learn IP Algortitm Implementations on a C6711 IDK Board interfaced to CCS. I'm having a problem when trying to load the application after building the project.A small window is splashing up with the message: "RTDX target application does n
programming the rtdx from the host side
Hello all, I'm an electrical engineering student, working on my final project, which is: implementing a communication system on...
Hello all, I'm an electrical engineering student, working on my final project, which is: implementing a communication system on the dsk6713. I'm trying to evaluate the actual speed of the communication between the host (pc) and the target card in the following way: the host sen
re LabVIEW
Hi Guys National Instruments has a tool set plug in for the TI DSPs that talks with Code Composer and does RTDX. Here is the...
Hi Guys National Instruments has a tool set plug in for the TI DSPs that talks with Code Composer and does RTDX. Here is the link or you can go to National and just search for "DSP". I have not used it yet but the demo looked good.
fastest way for block transfer
Hi all, what is the difference between read/write and readmsg/writemsg? as I understand, one goes through the RTDX buffer while...
Hi all, what is the difference between read/write and readmsg/writemsg? as I understand, one goes through the RTDX buffer while the other one goes directly to the memory. is it true? and if so, can I access all the different types of memory on board? from my experiments, using
Simple RTDX host application using C/C++
Hello everyone, I want to do a simple console application to send and recieve data from the DSP. I've found information in...
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 deve
Fwd: Re: How to transfer data using Parallel Port of DSK 6711?
Hiren Hi I have transfar data from DSP (TMS320C6711 CCS DSK C6000) board and PC on real time ( and I have only...
Hiren Hi I have transfar data from DSP (TMS320C6711 CCS DSK C6000) board and PC on real time ( and I have only printer port between board and PC), Using RTDX Its ca help you Regards Dibyendu Not
RTDX-EDMA-MCBSP conflict
Hi! I have a problem while accesing the 6416DSK's memory with CCS or Matlab.
Hi! I have a problem while accesing the 6416DSK's memory with CCS or Matlab.






