Forums Search for: DSK6711
Optimization problem
Dear all, I just ported my code from DSK6711 to DSK6416. Actually my code is use for counting optical flow. When I use DSK6711,...
Dear all, I just ported my code from DSK6711 to DSK6416. Actually my code is use for counting optical flow. When I use DSK6711, the time for counting one optical flow field is 1.3 sec (greater than 1 Hz). Because I want to make real time application, the optical flow at
The Win32 DLL (dsk6x11hpi.dll)
Dear All, I have question related to the Win32 DLL (dsk6x11hpi.dll) which can be used to communicate between the DSK6711 Board...
Dear All, I have question related to the Win32 DLL (dsk6x11hpi.dll) which can be used to communicate between the DSK6711 Board and PC via LPT1 Port. I have succesfully using this Win32 DLL to communicate with DSK6711. But the library is only provided for Windows operation
Re: U18 PAL contents for DSK6711
Re: U18 PAL contents for DSK6711 Hope this helps: MODULE U18_PALB TITLE ' PAL NAME: P
Re: U18 PAL contents for DSK6711 Hope this helps: MODULE U18_PALB TITLE ' PAL NAME: P
FW: U20 PAL contents for DSK6711
FW: U20 PAL contents for DSK6711 Hope this helps: MODULE U20_PALA TITLE ' PAL NAME: PAL_A ...
FW: U20 PAL contents for DSK6711 Hope this helps: MODULE U20_PALA TITLE ' PAL NAME: PAL_A PAL #: &nbs
Please help / DSK6711 / Flash
DSPers, Would you please advice something about DSK6711 : 1.Does it's Flash contain any code? 2.If so, what is the important of...
DSPers, Would you please advice something about DSK6711 : 1.Does it's Flash contain any code? 2.If so, what is the important of this code? 2.After we burn it, how to restore the prior code? Thanks In Advance, TR.
DSK6711 schematics
Hi everyone, Does anyone have the schematic sheets of the DSK6711 (or a part of them)? Actually, I need to display the signals...
Hi everyone, Does anyone have the schematic sheets of the DSK6711 (or a part of them)? Actually, I need to display the signals of the McBSP with an oscilloscope. If someone send me them, I' ll be very grateful. Thanks! Flavio
changing sampling rate of DSK6711/codec AD535
hi all Does anybody know how to modify the sampling rate of the codec/AD535 of the DSK6711 kit.] thanks a lot seshu ...
hi all Does anybody know how to modify the sampling rate of the codec/AD535 of the DSK6711 kit.] thanks a lot seshu
DSK6711 - Parallel port programming
Hello, I've got a DSK6711 board connected through a parallel cable to a Linux PC. I am not using Code Composer Studio. ...
Hello, I've got a DSK6711 board connected through a parallel cable to a Linux PC. I am not using Code Composer Studio. Has anyone got a simple build that shows a valid mechanism to send data from DSK board to PC and vice versa? Or can anyone suggest documen
McBSP1 Tx to McBSP0 on DSK6711
Hi all, I'm new here :) Also newbie at the DSK6711. I can't seem to get the McBSP1 transmit to McBSP0 on the same ...
Hi all, I'm new here :) Also newbie at the DSK6711. I can't seem to get the McBSP1 transmit to McBSP0 on the same C6711DSK board through hardwiring the J2 connector in the following fashion. DX1 -> DR0 CLKX1 -> CLKR0 FSR1 -> FSR0
audio example for dsk6711
Hi! i am new to dsp programming and trying to use audio example code packaged with code composer studio on dsk6711. but it...
Hi! i am new to dsp programming and trying to use audio example code packaged with code composer studio on dsk6711. but it seems like input jack for mic is not working.... there is no valid incoming signal from the codec...... plz can anyone point out a way
sending the matlab code to DSK6711
hi, I have a small problem in sending matlab code over to DSK 6711. WE hae coded the LPC-12 in matlab for...
hi, I have a small problem in sending matlab code over to DSK 6711. WE hae coded the LPC-12 in matlab for speech compression and it is working fine over the matlab. Now we intended to run the code over DSK6711 and we are unable to send the code
problem with dsk6711 emif
hello! I have some trouble with dsk6711 emif. the value in the EMIF registers is: (this is according to my board condition) ...
hello! I have some trouble with dsk6711 emif. the value in the EMIF registers is: (this is according to my board condition) *(unsigned int *)EMIF_GCR =0x30f8; *(unsigned int *)EMIF_CE0 =0x30; *(unsigned int *)EMIF_CE1 =0xffffff03; *(unsigned int *)EMIF_CE2 =0xffffff
Questions about interfacing Ths1206 ADC from DSK6711
Hi, I am doing my thesis work on DSK6711 and have a problem to interface the daughterboard THS1206 ADC. I failed to write some...
Hi, I am doing my thesis work on DSK6711 and have a problem to interface the daughterboard THS1206 ADC. I failed to write some data into the daughter board. I set the EMIF_CE2 to 0xFFFFFF23 (32-bit Asynchronous). However, I am not sure how many bits shift I need. I try many cas
Help required DSK6711 MIC interface
Hi all, I am using DS6711 for my audio application development. But, unfortunately, I am unable to get any data from the MIC...
Hi all, I am using DS6711 for my audio application development. But, unfortunately, I am unable to get any data from the MIC interfact of codec using AD535_read function of DSK6711 board support library. When I run the confidence test, I get success in all the steps. when I run
problem with dsk6711
Hi! i am having problem with speech coding on dsk6711. whenever i executes code computing autocorrelation of a signal, some...
Hi! i am having problem with speech coding on dsk6711. whenever i executes code computing autocorrelation of a signal, some (irrelavent) pointers get disturbed automatically... pointing to an invalid data. i am compiling this code using Code Composer Studio 2.0...
Use of IRAM and SDRAM in DSK6711
Hi everyone, I am developing a real time program with my DSK6711. IRAM is not large enough to locate all my code and data....
Hi everyone, I am developing a real time program with my DSK6711. IRAM is not large enough to locate all my code and data. Therefore I have to make use of SDRAM, which is much slower than IRAM. Can anyone give me some advice about improving performance using SDRAM? Should I co
using csl for edma setting at DSK6711
hi friends I use the below program for setting up edma only by using csl library. it have been builds without any error.when i run its...
hi friends I use the below program for setting up edma only by using csl library. it have been builds without any error.when i run its run time message says that the target cant do priority 0 in qui edma. when i debuge the code I understand that the numbers that are defined in edmacfg0 config are not save to the related location in PaRAm but also
boot code
hi all dears, i have a dsk6711 board and i want to load my program on flash for stand alone application,then i don't know about how should i...
hi all dears, i have a dsk6711 board and i want to load my program on flash for stand alone application,then i don't know about how should i write boot code for my program and how can i choose boot size? i don't know any assembly programming and i wrote my program in c language and compiled and built it in code composer. can any one help me write my boot
Audio Application @ C6711
Hello Everybody, I have some quesitons regarding 'ti/examples/dsk6711/bios/audio' Example 1-On page# 6 of SPRA598: An Audio...
Hello Everybody, I have some quesitons regarding 'ti/examples/dsk6711/bios/audio' Example 1-On page# 6 of SPRA598: An Audio Example Using DSP/BIOS, It is written that "As the audio function will just read a frame from DSS_rxPipe and copy it to a frame in DSS_txPipe. The transmit rate will be the same as the receive rate: 48 kHz
Reading from SDRAM in c6711DSK
Hello, I'm a student doing a project (an MP3 decoder) on a dsk6711 TI Board with the audio daughtercard A/D converter. ...
Hello, I'm a student doing a project (an MP3 decoder) on a dsk6711 TI Board with the audio daughtercard A/D converter. I'm having problems with loading an .mp3 file to the SDRAM memory... what should i use to send a .mp3 file directly from CodeComposer






