DSPRelated.com

codec_edma example using BSL for DSK6711

Started by zee_shan_anwar in TMS320c6x23 years ago

Hi all, I am interested to used EDMA to get/send data over AD535 codec of DSK 6711. I have an example named codec_edma that uses...

Hi all, I am interested to used EDMA to get/send data over AD535 codec of DSK 6711. I have an example named codec_edma that uses board support library for AD535 read/writes. I hope some of you must have seen this example. This example simply loop backs the audio input. However,


Configuration file??

Started by Fahim Sheikh in TMS320c6x23 years ago 2 replies

hi, I have incorporated a DSP/BIOS configuration file in my project on the format dsk6711. But after building the project, i...

hi, I have incorporated a DSP/BIOS configuration file in my project on the format dsk6711. But after building the project, i see a file "projectnamecfg.h" that has a definition #Define CHIP_6211 1 It seems that this file has been created by


32bit to 12bit

Started by silver_sparrow in TMS320c6x23 years ago 1 reply

Hello, From my DSK6711's serial port I would like to drive a 12bit DAC. Is truncation by dropping LSB's the best way to...

Hello, From my DSK6711's serial port I would like to drive a 12bit DAC. Is truncation by dropping LSB's the best way to convert 32bit words to 12bit? Is there anything I should consider when doing so? thnx!! chiko lee


Dual McBSPs

Started by silver_sparrow in TMS320c6x23 years ago

Hello, I am trying to run two McBSPs with corresponding EMDA channels simutaneously on my DSK6711. I only see interrupts...

Hello, I am trying to run two McBSPs with corresponding EMDA channels simutaneously on my DSK6711. I only see interrupts for one serial port, but I do see something on scope for the other serial port, but not the expected data output. Anyone have to d


dsplib problem!

Started by puffoinkazzato in TMS320c6x23 years ago 2 replies

I'm developing with CodeComposer 2.1 and dsk6711 a simple FFT program with dsplib. This is the code: #include...

I'm developing with CodeComposer 2.1 and dsk6711 a simple FFT program with dsplib. This is the code: #include "DSPF_sp_bitrev_cplx" #include "ProvaFFTcfg.h" #define pi 3.14159265358979323846264338327950288419716939937510 #define FFT_SIZE 1024


Cross-talk in PCM3003

Started by in TMS320c6x23 years ago 1 reply

I am working with a DSK6711 and a PCM3003 to develop an acoustic echo canceler. I have develop a loopback program and it seems to...

I am working with a DSK6711 and a PCM3003 to develop an acoustic echo canceler. I have develop a loopback program and it seems to work fine, but if I amplify the output of my PCM3003 a good cross-talk appears. Has anyone the some problem and/or knows how to solve it?


using 2 mike input from the daughter board using 6711

Started by kanike nagaraju in TMS320c6x23 years ago 1 reply

Hai friends,   I am new to 6711 board. I need to read 2 input using dsk6711/daughter board. If i am using 1 input from...

Hai friends,   I am new to 6711 board. I need to read 2 input using dsk6711/daughter board. If i am using 1 input from onboard mike and one from daughter board i am not getting daughter board pcm 3003 codec output. If any one knows how to read 1 input from dsk and 1 f


ISR for codecAD535

Started by Fahim Sheikh in TMS320c6x23 years ago

hi, i am trying to read data from Codec AD535 A/D (DSK6711) via Mcbsp0 and after processing give it back to D/A for output. I...

hi, i am trying to read data from Codec AD535 A/D (DSK6711) via Mcbsp0 and after processing give it back to D/A for output. I am using interrupts (without DSP/BIOS) for this purpose. The loopback mode of the code had this line config_Interrupt_Selector(11, XINT0);


HPI fails on Occasion

Started by aine_canby in TMS320c6x23 years ago 1 reply

Hi, I'm using the DSK6711, Revision 2. I'm trying to load a dsp program to my board using a windows app. I've noticed though...

Hi, I'm using the DSK6711, Revision 2. I'm trying to load a dsp program to my board using a windows app. I've noticed though that every 10 times or so my program doesn't run correctly. What I have is a dsp program which outputs a sine wave, which is in turn loaded


Taking samples from codec

Started by m bastan in TMS320c6x23 years ago

Hi, Could anyone please tell me an easy way to get samples from AD535 codec while my application is running on the target...

Hi, Could anyone please tell me an easy way to get samples from AD535 codec while my application is running on the target DSK6711 board? I tried to use the probe point to write the value of a varible to an output file, but that gave me unreasonable results. I also tried


Problem with DSK6711 boot up .. is it broken?

Started by ron_zach in TMS320c6x23 years ago 2 replies

I was trying to burn the flash of my dsk so that I could have it run a certain program at boot up. I was using the ti flashburn...

I was trying to burn the flash of my dsk so that I could have it run a certain program at boot up. I was using the ti flashburn utility that is an update on the CCS website. I guess I did something wrong specifying the wrong file in the dialog box. Now when i boot up my DSK it


image processing problem

Started by Phaisit Chewputtanagul in TMS320c6x22 years ago 7 replies

I'm currently working on dsk6711 dsp board with code composer studio 2.0. I would like to input image file into dsp board for image...

I'm currently working on dsk6711 dsp board with code composer studio 2.0. I would like to input image file into dsp board for image processing purpose. are there any efficeint way to do it? sincerely,


problems with interrupt without DSP/BIOS

Started by Valdir Noll in TMS320c6x22 years ago 1 reply

Hello: I am user of DSK6711 using CCS 2.0 and I want to accomplish an interruption INT4 using only code in C, without using...

Hello: I am user of DSK6711 using CCS 2.0 and I want to accomplish an interruption INT4 using only code in C, without using DSP/BIOS to configure the interru


Asking help for Goertzel Algorithm

Started by burin_burin in TMS320c6x22 years ago 1 reply

Dear all I am designing a 16FSK demodulator using DSK6711 and Goertzel Algorithm. The demodulator can detect correctly...

Dear all I am designing a 16FSK demodulator using DSK6711 and Goertzel Algorithm. The demodulator can detect correctly different frequencies when I use signal generator to generate different frequencies. However when I connect this demodulator to the modulator (using ano


Load (LDW/LDH/LDB) Instruction

Started by Henrry Andrian in TMS320c6x22 years ago 14 replies

Dear all, Hi, I have question related in Load Data from memory (LDW/LDH/LDB) using assembly language. Currently I am using...

Dear all, Hi, I have question related in Load Data from memory (LDW/LDH/LDB) using assembly language. Currently I am using DSK6711 board. According to the SPRU189(TMS320C6000 CPU and Instruction Set Reference Guide) documentation, Load Instruction need 4 delay slot to Lo


Fast interface to PC from DSKBoard

Started by Henrry Andrian in TMS320c6x22 years ago

Dear all, Hi I have question related to PC Interface. I have planned to send an image frame (320x240) from DSKBoard to PC....

Dear all, Hi I have question related to PC Interface. I have planned to send an image frame (320x240) from DSKBoard to PC. Currently I am using DSK6711 DSKBoard, which is using LPT1 Paralel port to send the image frame to PC. Because of the LPT1 limitation speed (500KBytes/s),


DSK6414 Interface to PC

Started by Henrry Andrian in TMS320c6x22 years ago 1 reply

Dear all, I would like to ask question about DSK6416 interface to PC. In DSK6711, I could using HPI via LPT1 interface to...

Dear all, I would like to ask question about DSK6416 interface to PC. In DSK6711, I could using HPI via LPT1 interface to connect to PC. Since the DSK6416 didnt have any LPT1 interface, I cant use LPT1 interface. But I saw that DSK6416 have USB-JTAG emulation. So I would


URGENT: JTAG error trying load a COFF file.

Started by jcmarrupe in TMS320c6x22 years ago 1 reply

Hi all, I?m trying load a COFF file (.out) since PC using hpi, but an error in Code Composer Studio is showed. The error is...

Hi all, I?m trying load a COFF file (.out) since PC using hpi, but an error in Code Composer Studio is showed. The error is "JTAG Communication error". To load the COFF file I?m using 'dsk6xldr' application provided by dsk 2.0 in 'C:\ti\examples\dsk6711\board_u


DSK6711 and microcontroller 8051

Started by Nalin K Pithwa in TMS320c6x22 years ago 2 replies

Hi, I am doing a project on TMS320C67x DSP starter kit with CCS2.1 on Win98. Simultaneouly, I have to code an 8051...

Hi, I am doing a project on TMS320C67x DSP starter kit with CCS2.1 on Win98. Simultaneouly, I have to code an 8051 microcontroller with a flash. Can I install the 8051 boards/software on the same PC which contains the C67x installation/CCS2.1. Will it create any c


simultanous use of 2 McBSP

Started by jalal_habibi in TMS320c6x22 years ago

Hi all I use dsk6711 with a doughterboard with 2 codec on it. my codecs generates frame sync. pulses for McBSPs. each coded...

Hi all I use dsk6711 with a doughterboard with 2 codec on it. my codecs generates frame sync. pulses for McBSPs. each coded samples from a sound sources and record the samples and put the received sample on the other codec. The structure is like this: input_signal1 -->