DSPRelated.com

max tranfer rate using RTDX with JTAG interface?

Started by k seshu babu in TMS320c6x22 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


Re: RTDX problem

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


Error in Targeting C6711 Board

Started by hariscorner in TMS320c6x20 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


RTDX_read symbol referencing error

Started by Chee Hoe in TMS320c6x16 years ago 1 reply

Hi, sorry for the repost i forgot to paste the error message. I'm usng ccs 2.2. Can anyone help me please. Thank you. #include...

Hi, sorry for the repost i forgot to paste the error message. I'm usng ccs 2.2. Can anyone help me please. Thank you. #include "rtdx_vbloopcfg.h" #include "dsk6416_aic23.h" //codec-DSK support file #include #include "target.h" Uint32 fs=DSK6416_AIC23_FREQ_48KHZ; //set sampling rate int gain = 1; RTDX_CreateInputChannel(control_channel); interrupt void c_int11()


Audio I/O with PCM3003 and DSP/BIOS

Started by jaleitao2003 in TMS320c6x21 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):


RUN two modules in paralled

Started by gone...@yahoo.com in TMS320c6x15 years ago 7 replies

hola all; im working evm 6424 , i hve to built up full duplex communication between LAN and PC . i hve connected one RJ45 to the daughter card...

hola all; im working evm 6424 , i hve to built up full duplex communication between LAN and PC . i hve connected one RJ45 to the daughter card and other to my board. hence all traffic flow through my board . well i implemented this code in BIOS so that code runs in parallel but my performance was very poor and the system dropped alot of packets. can i do this implementation in RTDX , and wi...


Memory Access on C6713

Started by sfar...@yahoo.com in TMS320c6x17 years ago

Hi, I am using RTDX Channels to input data to the C6713 processor. I believe it goes initially to the internal memory (64K) but since the data...

Hi, I am using RTDX Channels to input data to the C6713 processor. I believe it goes initially to the internal memory (64K) but since the data to be sent is larger in size I need to take it to some other memory space. Can anyone help me doing this i.e. shifting data from internal memory to some other place. Faraz


XDS560 driver problems

Started by Anand K in TMS320c6x20 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&


RTDX and Visual C++ without CCS

Started by Anonymous in TMS320c6x22 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


RTDX_read symbol referencing error

Started by Chee Hoe in TMS320c6x16 years ago

Hi, can anyone please help me. I have been trying to solve this problem for a long time but still cant the solution. I'm using ccs 2.2. I doing...

Hi, can anyone please help me. I have been trying to solve this problem for a long time but still cant the solution. I'm using ccs 2.2. I doing a project of a audio realtime equalizer with vb and i can't solve the rtdx_read problem. Thanks in advance. #include "rtdx_vbloopcfg.h" #include "dsk6416_aic23.h" //codec-DSK support file #include #include "target.h" Uint32 fs=DSK6416


Re: Suggest method for Real Time data transfer between host and C6713 with VC++ application on host

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

Hello Sir, As per your reply EducationalDSP HPI interface card may not be available in college. So though it seems foolish i am asking again...

Hello Sir, As per your reply EducationalDSP HPI interface card may not be available in college. So though it seems foolish i am asking again weather RTDX through JTAG can not do this through log files? This i have not read completly but came across this day back. Regards, Nilesh Jeff Brower wrote: Nilesh- > I am doing host to target communication part of my project.


HST target to host writerSize limit?

Started by Anonymous in TMS320c6x23 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_VB interface

Started by simlayhong in TMS320c6x21 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 timeout problem between Matlab and CCS

Started by ahma...@yahoo.com in TMS320c6x19 years ago

hi how much is your data amount and which is your target and your interface(parallel PCI or usb)? I have also this problem but my data...

hi how much is your data amount and which is your target and your interface(parallel PCI or usb)? I have also this problem but my data amount is above 1024 bytes pereach transfer and the time out error message occures. you can change the timeout amount by 'set' function in MATLAB. or you can enable ,open close and disable every channel in every itteratio


codec generated interrupts working with RTDX interrupts

Started by "B. Korst, Comm.Lab." in TMS320c6x17 years ago 3 replies

Greetings all, I am working on an experiment to demonstrate pulse shaping and bit error rate. The platform is DSK6711, using CCS2.2 and...

Greetings all, I am working on an experiment to demonstrate pulse shaping and bit error rate. The platform is DSK6711, using CCS2.2 and Matlab. The idea is simple: random bits are generated through a PN sequence generator, then they are "slowed down" by decimation (to 6kbps), a pulse-shaping filter is applied (sqrrcos) on what would be a transmitter, gaussian noise is added, then a matched...


RTDX BIOS incompatible problem

Started by Norrima Mokhtar in TMS320c6x16 years ago 1 reply

Hello All, I would like to seek some help regarding how to update the incompatible version of BIOS compare to examples provide by...

Hello All, I would like to seek some help regarding how to update the incompatible version of BIOS compare to examples provide by Rulph Chassaing Book on C6713. Below are the errors during compilation. Please advise (*^*)..TQ so very much. [rtdx_vbloop.cdb] "C:\CCStudio_v3.1\plugins\bios\gconfgen" rtdx_vbloop.cdb "rtdx_vbloop.cdb", line 1: error: Version 4.82.150 is not compa...


Pattern recognition on DSK 6711

Started by u881418 in TMS320c6x19 years ago 1 reply

Hi! I used the DSK 6711 to deal with the pattern recognition and classify it into two features. The algorithm of pattern recognition...

Hi! I used the DSK 6711 to deal with the pattern recognition and classify it into two features. The algorithm of pattern recognition includes median filtering, low pass filtering, and connected commponent labeling etc. Furthermore I also use an interupt to make RTDX, deriving an image to do pattern recognition by the video daughter board of enfochips, a


error while doing processor in the loop

Started by d0m1...@yahoo.com in TMS320c6x17 years ago

dear all, i had finished my model in simulink and i want to built the code on dsk c6713. when i had build and download my model succesfully on...

dear all, i had finished my model in simulink and i want to built the code on dsk c6713. when i had build and download my model succesfully on ccs but when i want to run my host model to verivy the output process from dsk c6713 i always get this error messages : "Error evaluating registered method 'Outputs' of M-S-Function 'sfcn_TargetToHost' in 'gain1_host_c6416_frames/RTDX Read'. Read RTD...


C6711 hostio2 tutorial example - target+host app trouble

Started by jedn...@centrum.cz in TMS320c6x16 years ago

Hi, if i use HST module instead of pure RTDX to exchange data between host and target, what is the "name" of those channels to be used in my...

Hi, if i use HST module instead of pure RTDX to exchange data between host and target, what is the "name" of those channels to be used in my client program on PC? In "hostio2" tutorial example there are two HST channels: "input_HST" and "output_HST". But these names don't work in Visual Basic program "signalprog" from hostio1 example when simply substituted for "D2A_channel" and "A2D_channel". T...


Host Channel Control will not bind

Started by spam...@fastmail.fm in TMS320c6x16 years ago

Hello, I am using CCS 3.3 and try to use Host Channels (for input, dataflow is Host-> Target). Therefore I created in the BIOS a new HST....

Hello, I am using CCS 3.3 and try to use Host Channels (for input, dataflow is Host-> Target). Therefore I created in the BIOS a new HST. Mode is input, bufseq is DDR2, bufalign is 4, framesize (words) is 1 and numframes is 1. The HST uses RTDX, which is enabled. The I try to bind the HST to a file. The file created with the following c-code: FILE *f=fopen("data.dat", "wb"); int