DSPRelated.com

HST target to host writerSize limit?

Started by Anonymous in TMS320c6x25 years ago

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

Started by Anonymous in TMS320c6x24 years ago 2 replies

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

Started by clwpr25 in TMS320c6x24 years ago

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?

Started by k seshu babu in TMS320c6x24 years ago

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?

Started by k seshu babu in TMS320c6x24 years ago

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

Started by simlayhong in TMS320c6x23 years ago

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

Started by Jeff Brower in TMS320c6x23 years ago 2 replies

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

Started by jcmarrupe in TMS320c6x23 years ago 1 reply

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

Started by cauer2003 in TMS320c6x23 years ago

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

Started by jaleitao2003 in TMS320c6x23 years ago

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):


RTDX using DSP/BIOS.

Started by Valdir Noll in TMS320c6x23 years ago 3 replies

Hi!  

Hi!  


XDS560 driver problems

Started by Anand K in TMS320c6x23 years ago 8 replies

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

Started by Aizezi Abuding in TMS320c6x23 years ago 1 reply

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

Started by hariscorner in TMS320c6x22 years ago 1 reply

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

Started by silvera_tristan in TMS320c6x22 years ago

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

Started by eewizard_1 in TMS320c6x22 years ago

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

Started by silvera_tristan in TMS320c6x22 years ago

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

Started by nadhje in TMS320c6x22 years ago

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?

Started by dibyendu mondal in TMS320c6x22 years ago

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

Started by Andreas Falter in TMS320c6x22 years ago 2 replies

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.