Forums Search for: C6711DSK
hpi interrupt of host on c6711dsk
inHi, 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
inHi 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.
Simulink Block for C6711DSK
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
RTDX Target application does not match emulation protocol using RTDX with C6711DSK
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
inBenjamin- > 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
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.
inHello 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
inRE: [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
inHello 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
chanel information about C6711DSK board
inDear all, I want to know how many channel is present in the TMS320C6711DSK EVM. Any help regarding this greatly appreciate. I am not...
Dear all, I want to know how many channel is present in the TMS320C6711DSK EVM. Any help regarding this greatly appreciate. I am not getting this information in the data sheet. Best regards Daniel
programing
inhi 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??
Power to the TI C6711DSK
inI 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. __________________________________________________
Problems configuring RTDX Host Buffers
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: ------------------------------------------------------------------------------------------------ -----------------------------------------------
McBSP Interfacing
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
HPI host to target interrupting
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
Big endian configuration
inhello everybody! i am using c6711dsk with ccsv.2. i want to ask how to set the dsk to operate at big endian mode. i had set the...
hello everybody! i am using c6711dsk with ccsv.2. i want to ask how to set the dsk to operate at big endian mode. i had set the build option-> compiler-> advance to big endian. also i had use the library rts6701e.lib instead of rts6701.lib. finally, i use the csl6711e.li
Configuring RTDX Host Buffers
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
HPI and CACHE_flush
Hi, In order to read some memory addresses from my c6711dsk using HPI, I have to call - CACHE_flush(CACHE_L2ALL,...
Hi, In order to read some memory addresses from my c6711dsk using HPI, I have to call - CACHE_flush(CACHE_L2ALL, (void *)0, 0); to insure that the memory address has the correct value. I was wondering if it is possible to locate where in the c
RTDX
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
C6713DSK and McBsp
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,