DSPRelated.com

hpi interrupt of host on c6711dsk

Started by aine_canby in TMS320c6x20 years ago 2 replies

Hi, I'm trying to get my c6711dsk to interrupt my windows based app. I need to do this in order to inform the PC that a buffer...

Hi, I'm trying to get my c6711dsk to interrupt my windows based app. I need to do this in order to inform the PC that a buffer of data is ready for it. Am I right in saying that the following is correct with regard to the DSP side - if(count==1024)


'C6711DSK RTDX

Started by Guilherme Piazaentini Colnago in TMS320c6x19 years ago 2 replies

Hi folks, I'm working with the 'C6711DSK board and I need read a PC file. I'm reading a file with fread(), but it's very...

Hi folks, I'm working with the 'C6711DSK board and I need read a PC file. I'm reading a file with fread(), but it's very slow. A frined talks about the RTDX. How can I use this method? Anyone has a example? Regards, Guilherme.


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


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


Simulink Block for C6711DSK

Started by Anonymous in TMS320c6x22 years ago

Greetings, I've been trying to write a "new" Simulink block for the C6711DSK target. The intention is to add to the "TI...

Greetings, I've been trying to write a "new" Simulink block for the C6711DSK target. The intention is to add to the "TI Developer's Kit" blockset, and utilize an audio daughtercard that I have attached to the DSK. The codec that comes with the DSK is


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


Reading right and left channel stereo inputs with C6711DSK and PCM3003 codec.

Started by corizu in TMS320c6x18 years ago 1 reply

Hello all, I'm new to DSP and this is my first post. Im trying to carry out noise cancellation using the C6711DSK and the PCM. My noise and...

Hello all, I'm new to DSP and this is my first post. Im trying to carry out noise cancellation using the C6711DSK and the PCM. My noise and desired signals are on two seperate channels. The McBSP1 is set up to read in 32-bit data (declared as data type int)which corresponds to the right and left channels. They are declared as 16-bit arrays(declared as data type short)but only the firs


RE: CCS V2.0 & C6711DSK About the single - cycle instruc tion

Started by Dillon, Tom in TMS320c6x22 years ago 1 reply

RE: [c6x] CCS V2.0 & C6711DSK About the single - cycle instruction A single cycle instruction takes 1 cycle.  But, there is...

RE: [c6x] CCS V2.0 & C6711DSK About the single - cycle instruction A single cycle instruction takes 1 cycle.  But, there is a pipeline that has an impact on the measurement you made.  You can try an experiment to pr


Problems with configuration of C6711DSK

Started by Guilherme Martinhon in TMS320c6x18 years ago 6 replies

  Hello People! I?m new on C6711DSK  and I?m having some problems with the board. The main problem is that on Configure C6X11...

  Hello People! I?m new on C6711DSK  and I?m having some problems with the board. The main problem is that on Configure C6X11 DSK appears that "PORT address 0x378 and SPP mode are select" and "Parallel port must be


Power to the TI C6711DSK

Started by Tom Pr in TMS320c6x21 years ago 1 reply

I connected above dsk to the parallel port. It is not getting power? what should I do for the power? Is there any extra cable for...

I connected above dsk to the parallel port. It is not getting power? what should I do for the power? Is there any extra cable for the power? Please let me know. __________________________________________________


programing

Started by vaiy1 in TMS320c6x20 years ago 1 reply

hi is any one using the c6711dsk with the pcm3003 daughter card?? im trying to program it using the new matlab -simulink block...

hi is any one using the c6711dsk with the pcm3003 daughter card?? im trying to program it using the new matlab -simulink block set. and how do i access the two data?? if there is any other software that i can use, which will be much easier than matlab pls let me know??


McBSP Interfacing

Started by bg_ie in TMS320c6x21 years ago

Hi again everyone, I'm currently writing a driver to interface between the McBsps on my c6711DSK and the AIC23EVM Codec....

Hi again everyone, I'm currently writing a driver to interface between the McBsps on my c6711DSK and the AIC23EVM Codec. Currently I am at the stage where I can do all the Control (via mcbsp1) and I can also read from the ADCs on the Codec via McBSP0. My problem though is that


Problems configuring RTDX Host Buffers

Started by Benjamin Sanchez in TMS320c6x16 years ago

Hi all! I am sending signal's samples from my LabView application to C6711DSK for computing FFT-radix4. Data transfer works correctly...

Hi all! I am sending signal's samples from my LabView application to C6711DSK for computing FFT-radix4. Data transfer works correctly when the number of samples is equal or less than 128 but If it is bigger then CCS shows me the following message: ------------------------------------------------------------------------------------------------ -----------------------------------------------


HPI host to target interrupting

Started by aine_canby in TMS320c6x21 years ago

Hi all, I'm writing an app which allows me to load a .out onto my dsp board, and in turn to communicate with my board...

Hi all, I'm writing an app which allows me to load a .out onto my dsp board, and in turn to communicate with my board (C6711DSK). So far I have been successful using handshaking, but I would also like to interrupt the board and I cant seem to get this working. I imagine the pr


Configuring RTDX Host Buffers

Started by benj...@gmail.com in TMS320c6x16 years ago

Hi all! I am sending a time signal from my LabView application to C6711DSK for computing FFT-radix4. Data transfer in both directions works...

Hi all! I am sending a time signal from my LabView application to C6711DSK for computing FFT-radix4. Data transfer in both directions works correctly when the number of samples is equal or less than 128 but if it is bigger then CCS shows me the following message: ------------------------------------------------------------------------------------------------ --------------------- RTDX Detec


Help...

Started by markan_b in TMS320c6x21 years ago 2 replies

Hi together I am trying to hook up a LCD and a multiplexer on the c6711DSK -> so I need about 21 digital output lines (write...

Hi together I am trying to hook up a LCD and a multiplexer on the c6711DSK -> so I need about 21 digital output lines (write only...) MY QUESTION: Can I connect these devices to the output-pins of J1-connector (40x2 pins) directly, that means without any


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


Using PCM3003 daughtercard and c6711DSK

Started by Anonymous in TMS320c6x22 years ago 1 reply

Greetings all, I've been trying to use the PCM3003 daughtercard (a.k.a. TMDX326040A) with the 6711DSK, but have bumped into a...

Greetings all, I've been trying to use the PCM3003 daughtercard (a.k.a. TMDX326040A) with the 6711DSK, but have bumped into a problem here. Maybe you folks could provide me with an insight. I'm trying to receive/transmit data from/to the PCM3003 daughter card via


C6713DSK and McBsp

Started by stino_rides in TMS320c6x20 years ago

Hi I'm still trying to migrate from a C6711DSK to a C6713DSK (both Spectrum Digital)in a setup with both an ADC and Ethernet ...

Hi I'm still trying to migrate from a C6711DSK to a C6713DSK (both Spectrum Digital)in a setup with both an ADC and Ethernet daughtercard. Why is this so hard?? And why is it so hard finding documentation?? (and don't let me get started about ti.com: *worst* site ever imo,


C6713 and ETHC6000F

Started by stino_rides in TMS320c6x20 years ago

Hi all! I'm having problems getting the LogicIO ethernetcard to work with the c6713dsk; it did work great with the c6711dsk...

Hi all! I'm having problems getting the LogicIO ethernetcard to work with the c6713dsk; it did work great with the c6711dsk however. At first the program i run just crashed upon initialising the network card, but after I configured the c6713 mem space exactly the same as the c6