Forums Search for: C6711DSK
RE: CCS V2.0 & C6711DSK About the single - cycle instruc tion
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
hpi interrupt of host on c6711dsk
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
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.
Problems with configuration of C6711DSK
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
Reading right and left channel stereo inputs with C6711DSK and PCM3003 codec.
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: 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: > > --------------------------------------------
Re: RTDX Target application does not match emulation protocol using RTDX with C6711DSK
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: > ------------------------------------------------------------------------------------------------ --------------
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: ------------------------------------------------------------------------------------------------ ---------------------
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
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: ------------------------------------------------------------------------------------------------ -----------------------------------------------
Scrolling Disassembley window interrupts DSP
Hi all, I have a C6711DSK with CCS 2.10.00. I have a program which processes a signal from a ADC and sends the result to...
Hi all, I have a C6711DSK with CCS 2.10.00. I have a program which processes a signal from a ADC and sends the result to the DAC on the same Codec. I notice that when I monitor the output of the DAC on a scope, the output signal is interrupted when I scroll the d
DSP/BIOS Float[] Vs float[]
Hi all, I'm new to the C6711DSK and have a question regarding DSP/BIOS data types. I'm outputting a 100Hz sin wave from my...
Hi all, I'm new to the C6711DSK and have a question regarding DSP/BIOS data types. I'm outputting a 100Hz sin wave from my 88.2kHz DAC. To produce this signal, I've filled a buffer of size 882, as follows - Float sig[100]; Void main() { Int i;
sending a signal to a PC via HPI
Hi all, I have a c6711DSK, and I'd like to transfer signal information from my DSK to my PC. I'm working with the TI aic23evm...
Hi all, I have a c6711DSK, and I'd like to transfer signal information from my DSK to my PC. I'm working with the TI aic23evm codec. This is a 16bit two channel DAC and two channel ADC. I'm currently taking a signal from one of the ADCs, processing this signal, and outputting
EDMA interface to McBSP
Hi all, I'm new to the C6711DSK and I'm hoping you guys can help me to sort out one or two problems I'm having. I'm...
Hi all, I'm new to the C6711DSK and I'm hoping you guys can help me to sort out one or two problems I'm having. I'm attempting to use the EDMA controller to send and receive data via the McBSP which in turn interfaces to the AIC23EVM codec (which sends and receive
EDMA Problem in Simple Code on C6711DSK
Hi, I've been having a hard time configuring the EDMA on my DSP! I have created a simple code just to see how the EDMA works....
Hi, I've been having a hard time configuring the EDMA on my DSP! I have created a simple code just to see how the EDMA works. The problem I am having is that the EDMA is not transfering my buffer from the initial location to the location I desired. I am using the CSL (Chip
can't connect to target after flashburn
Hi I encountered a pretty severe problem today: i wanted to test the flashburn program, I did this by burning the supplied...
Hi I encountered a pretty severe problem today: i wanted to test the flashburn program, I did this by burning the supplied FlashBlink example, The burned program does start without any problems, but now I cannot connect to the c6711dsk anymore. ('Can't initialize target cpu etc
Problems with C6711DSK and EDMA transfer
Hi c6x Group, I am working with the C6711 DSK (150 MHz clock) and a THS1206 Daughter Board, which has 4 channels and a ...
Hi c6x Group, I am working with the C6711 DSK (150 MHz clock) and a THS1206 Daughter Board, which has 4 channels and a maximum sampling frequency of 6 MSPS for the 4 channels. I was able to produce a code to acquire data from this ADC for 4 channels with sampling frequen
programing
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??
Simple Rtdx Question
Hi all, I have been using HPI to communicate between my PC application and my c6711DSK. As you know, there are problems with...
Hi all, I have been using HPI to communicate between my PC application and my c6711DSK. As you know, there are problems with the API functions, and I have some reliability problems as a result. Because of this, I was thinking of using rtdx in addition to hpi, using rtdx to sen
Problem with vector.asm
Hi all, I'm using the C6711DSK. When I try to allocate the .text section to external SDRAM I get 3 of the following errors: ...
Hi all, I'm using the C6711DSK. When I try to allocate the .text section to external SDRAM I get 3 of the following errors: >> error: relocation overflow occured at address 0x00000080 in section 'vectors' of input file 'C:\ti\myprojects\mp3decoder\vectors.ob






