DSPRelated.com

Help DSK6711 connectors

Started by faty najmeddine in TMS320c6x24 years ago 1 reply

Hello, I've been trying to use the MDG601-VD DECT module from Inventel (www.inventel.com) daughtercard with the 6711DSK, but...

Hello, I've been trying to use the MDG601-VD DECT module from Inventel (www.inventel.com) daughtercard 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 MD


symbol multiply defined ! how 2 resolve this error?

Started by k seshu babu in TMS320c6x24 years ago 2 replies

hi does anybody know about this error on the DSK6711 kit? error: symbol _CSL_cfgInit multiply defined: ...

hi does anybody know about this error on the DSK6711 kit? error: symbol _CSL_cfgInit multiply defined: D:\ti\myprojects\audio\Debug\audiocfg_c.obj and D:\ti\myprojects\audio\Debug\config1cfg_c.obj plz let me know about this waiting for your rep


program debug/execution not entering main

Started by k seshu babu in TMS320c6x24 years ago 1 reply

hi all i am using a DSK6711 kit. The problem is the program execution does not go to main instead it executes some assembly...

hi all i am using a DSK6711 kit. The problem is the program execution does not go to main instead it executes some assembly intructions before main and ultimately lands up at a memory location containing only NOPs plz let me know about this seshu


it this possible in dsk6711?

Started by k seshu babu in TMS320c6x24 years ago

hi all Actually i want to transfer voice samples from mic input of the DSK kit to the serial port(max of 115kbps)of the...

hi all Actually i want to transfer voice samples from mic input of the DSK kit to the serial port(max of 115kbps)of the host(using RTDX ). Does this tranfer has some real time constraints. plz let me if it has thanks seshu


64kbps PCM

Started by k seshu babu in TMS320c6x24 years ago 2 replies

hi all With DSK6711(16-bit codec) can we convert 16-bit PCM to 8-bit.Is their any method to do it without harming sample value...

hi all With DSK6711(16-bit codec) can we convert 16-bit PCM to 8-bit.Is their any method to do it without harming sample value too much thank u all seshu


Digital serial data output/input from kits

Started by k seshu babu in TMS320c6x24 years ago

hi all Is their any way to tranfer(in/out) serial digital data from the DSK6711? I heard that serial digital data lines are...

hi all Is their any way to tranfer(in/out) serial digital data from the DSK6711? I heard that serial digital data lines are avialable from the EVM6201/6701 kits(out of the lines going into the PCI slot of PC).Is this right? thanks seshu


RS-232 interface

Started by k seshu babu in TMS320c6x24 years ago

hi how to have a RS-232 interface to a DSK6711 kit Are there any ADD-On RS-232 interface cards from TI or any 3rd party? Can...

hi how to have a RS-232 interface to a DSK6711 kit Are there any ADD-On RS-232 interface cards from TI or any 3rd party? Can we build it on our own? If you have any knowledge of this please let me know. thanks seshu


mismatch between the EDMA and McBSP element length

Started by k seshu babu in TMS320c6x24 years ago 1 reply

hi all I am using DSK6711 I got a problem If the EDMA is configured to tranfer 16-bit elements how will the McBSP handle ...

hi all I am using DSK6711 I got a problem If the EDMA is configured to tranfer 16-bit elements how will the McBSP handle if it is configured to tranfer only 8-bit elements. I mean how will the mismatch between the EDMA and McBSP element length handled DXR is 32-bi


re DSK6711 conftest

Started by Joie Armstrong in TMS320c6x24 years ago 1 reply

Hi Vincent I have been trying various programs since your very helpful comments. Though so far without much real success!! ...

Hi Vincent I have been trying various programs since your very helpful comments. Though so far without much real success!! Having had problems loading programs on the dsk (6711) - it seems to fail after the first load of RF3. If I compile and reload then the program doe


ping pong

Started by k seshu babu in TMS320c6x24 years ago

hi all I am using the DSK6711 and want to implement the ping-pong buffering on it.I am using the code from SPRA636A...

hi all I am using the DSK6711 and want to implement the ping-pong buffering on it.I am using the code from SPRA636A (Applications Using the TMS320C6000 Enhanced DMA.This code basically tests the reading and writing to the 2 sets of ping-pong buffers using channel 13 and 12 res


Flashboot for DSK6711

Started by Pourang Mahdavi in TMS320c6x23 years ago

I'm trying to boot from flash on a 6711DSK. I wrote an ultra simple LED blink program that I can successfully burn and run from...

I'm trying to boot from flash on a 6711DSK. I wrote an ultra simple LED blink program that I can successfully burn and run from flash as long as I don't use DSP/BIOS. Once I include a *.cdb (DSP/BIOS configuration) file, the program does not work anymore (no blink). I have specified differ


AD535 audio codec and (E)DMA

Started by E Oliver in TMS320c6x23 years ago 2 replies

Hello, I use DSK6711 and I would like to program EDMA data transfers from/to the on board AD535 audio codec. I would be...

Hello, I use DSK6711 and I would like to program EDMA data transfers from/to the on board AD535 audio codec. I would be very grateful if someone could send me some C code example to do so. I am aware CSS contains some of this examples, but I don?t want to use CSS.


Flash.exe program fails

Started by Claudio San Roman Denegri in TMS320c6x23 years ago

Hi , I am using : CCS 2.0 DSK c6711 I am trying to burn the simple program Post.hex to the DSK Flash ROM. I am...

Hi , I am using : CCS 2.0 DSK c6711 I am trying to burn the simple program Post.hex to the DSK Flash ROM. I am using flash.exe from : C:\ti\examples\dsk6711\board_util\flash\Host\Debug So I wrote : C:\ti\example


missing file in DSK6711?

Started by Nalin Pithwa in TMS320c6x23 years ago

Hi, I have bought a TMS320C6711 DSK kit and am going thru the given tutorial, esp. "Project Management". The CCS version is...

Hi, I have bought a TMS320C6711 DSK kit and am going thru the given tutorial, esp. "Project Management". The CCS version is 2.10.00. In the section, "Creating a Library Project", step 9 says: Browse to c:\ti\tutorial\target\maxminmath\, select maxminlibrary


using intrinsics

Started by stertinek in TMS320c6x23 years ago

Hello, I have a C6711 DSK and want to use intrinsics in my code. I tried to use a simple _mpy in the audio.c file of the...

Hello, I have a C6711 DSK and want to use intrinsics in my code. I tried to use a simple _mpy in the audio.c file of the audio.pjt (the example in the dsk6711\bios\audio folder). ... static Void process(Uns *src, Int size, Uns *dst) { Int i;


Re: RTDX problem

Started by Jeff Brower in TMS320c6x23 years ago 2 replies

Henrry- > Yeah, I aggree with you that XDS560 will also be > faster as the TI claim for this product. I have seen > XDS demo...

Henrry- > Yeah, I aggree with you that XDS560 will also be > faster as the TI claim for this product. I have seen > XDS demo movie for the XDS560, this demo movie is > demonstrating the XDS560 with DSK6711 and Daughter > Card to capture image from WebCam a


Damaged serial port

Started by silver_sparrow in TMS320c6x23 years ago

Hello, For a DSK6711 Somehow, I damaged the McBSP1 transmit clock, frame synch and data pins by trying to feed an Altera...

Hello, For a DSK6711 Somehow, I damaged the McBSP1 transmit clock, frame synch and data pins by trying to feed an Altera CPLD board. The scope for the 3 output signals from McBSP1 are only 1Vpp versus 3.3-3.5Vpp before the being damaged. Curiou


Code Composer v.2.1+ XDS560

Started by Henrry Andrian in TMS320c6x23 years ago 5 replies

Dear All, I have some question about Code Composer. Currently, I am using Code composer v.2.1 which is distributed together...

Dear All, I have some question about Code Composer. Currently, I am using Code composer v.2.1 which is distributed together with DSK6711. In my previous email, I have said that I have planned to buy XDS560. I just want to make sure whether XDS560 could work together within my


clks

Started by silver_sparrow in TMS320c6x23 years ago 1 reply

hello, for the dsk6711, is the external 'clks' pin shared with the 'clkr' pin on the J2 connector when timing is set to...

hello, for the dsk6711, is the external 'clks' pin shared with the 'clkr' pin on the J2 connector when timing is set to external? thus when RRST_bar = XRST_bar = 0 , and RIOEN=XIOEN = 1 then 'clkr' becomes 'clks' i would like to use external timing to


General Purpose IO on DSK6711

Started by realyvirtual in TMS320c6x23 years ago 2 replies

Hi! i am using DSKC6711 is there any General purpose IO pin i could use to measure how frequently my interrupt occurs........

Hi! i am using DSKC6711 is there any General purpose IO pin i could use to measure how frequently my interrupt occurs..... please note there is C6711A/B DSP on DSK no C6711C hence no GPIO unit.....