Reply by November 4, 20032003-11-04
On 4 Nov 2003 12:56:37 -0800, Barry wrote:

> /your ti folder/examples/dsk6711/bios/audio/audio.pjt > > Explore this project fully - I'm sure its covered in detail in the > tutorial also. McBSPs, PIPes, EDMA, and all that stuff...
well - I strongly discourage people from even looking at that example - I think it's nasty and overcomplicated... I rather suggest extracting routines for setting-up communication with codec from it and then using them in something much simpler...
Reply by Barry November 4, 20032003-11-04
/your ti folder/examples/dsk6711/bios/audio/audio.pjt

Explore this project fully - I'm sure its covered in detail in the
tutorial also. McBSPs, PIPes, EDMA, and all that stuff...

Enjoy.

hsepehr@yahoo.com (Hamid) wrote in message news:<aa01b0cc.0311040705.65724028@posting.google.com>...
> Hi all > > I have recently bought a DSK C6711 and for reading the Audio input > port and writing to it, I need to have some library files(Board > support library(BSL)), anybody can help me how to get these lib files, > also if anybody has some example file to read the Audio input with > McBSP, I appreciate if you send it for me. > > Regards, Hamid
Reply by November 4, 20032003-11-04
On 4 Nov 2003 07:05:24 -0800, Hamid wrote:

> I have recently bought a DSK C6711 and for reading the Audio input > port and writing to it, I need to have some library files(Board > support library(BSL)),
well - you don't really need that library... you can use your AD535 without it... plus - you can't combine BSL with DSP/BIOS which is a serious drawback... also - to tell you the truth - the BSL is not even an official product of TI...
> anybody can help me how to get these lib files,
you can download it from: http://www.wrewers.karolin.pl/BoardSupportLibrary.zip
> also if anybody has some example file to read the Audio input with > McBSP, I appreciate if you send it for me.
well - if you're still talking about MCBSP0 and AD535 - what I would suggest is to "extract" what's usefull from the "audio" example - the "audio example" itself is really nasty, but if you extract the crucial functions for communicating with the codec - you'll be able to reuse them in your own programs.... I've done that recently - so if you need any help - let me know... also - there is this yahoo c6x group which can be helpful... go to: groups.yahoo.com/group/c6x/ for details... the guy who's providing you that BSL (wrewers) is a frequent poster and also the moderator ;-) good luck...
Reply by Hamid November 4, 20032003-11-04
Hi all 

I have recently bought a DSK C6711 and for reading the Audio input
port and writing to it, I need to have some library files(Board
support library(BSL)), anybody can help me how to get these lib files,
also if anybody has some example file to read the Audio input with
McBSP, I appreciate if you send it for me.

Regards, Hamid