DSPRelated.com
Forums

Re: about init codec on c54x

Started by Jeff Brower August 4, 2005
Sandip-

> thank you very much. i have a code from the texas's site slaa109.zip, i have
> attached here. This code is for the acoustice echo canceller, configuration code
> for TLV320AIC10 is also give. How can I modify this code for codec TLV320AD50? and
> how i can run this on DSK c5402?. what real-time procedure i need to follow?
> thanks once again, i'll try to understand the code u have sent
> thanks

I have posted your question to the C54x Yahoo group.

-Jeff

> Jeff Brower <jbrower@jbro...> wrote:
>
> Sandip-
>
> > i'm an student, i'm working on real-time implementation
> > acoustic echo canceller on c54x dsk. i need to connect a telephone
> > receiver and speaker/microphone to mcbsp0 and mcbsp1 resp.i have the
> > source code for that but the problem is that here programm for
> > AIC10/11 is given, however on c54x dsk we have AD50c. so i want to
> > know what cahnges i need to make in source code. how to initialize the
> > AD50 for my application. and do i need to connect the mcbsp0 port to
> > the landline telephone network. is it possible to connect only a
> > simple telephone box with out any network connection. if so tell me
> > how to do that.
> > please reply me. i'm in urgent need of the solution
>
> Here is some C54xx code used to initialize AD50 codec on the DSK C5402
> board. I hope
> this helps.
>
> -Jeff



Hi Sandip-

> i had one query. I case of dsk c5402, there are two
> McBSPs, 0 and 1, McBSP 0 is for telephone applications
> and the McBSP1 is for speaker/mice. Can i take the
> output from the McBSP0(daa telephone interface) to a
> normal speaker? how it will be possible? what i need
> to configure McBSP0, the initad50 u sent is for McBSP1
> only. T don't have the telephone line simulator. I
> just have the just the telephone receive/transmitt
> box, i don't have the telephone connection either.
> give me some suggestions

I see you posted this morning on c54x Yahoo Group. Ok that's great, I'm
sure you will get some help.

You sound like a hard-working and industrious student. You are steadily
figuring things out about the DSK 5402. Keep up the good work.

About your question, I don't have any C54x C or asm source for configuring
McBSP0 (DAA telephone interface). You might search TI's website to see if
CSL (chip support library) supports the DSK 5402 -- if so, there will be
some setup routines for the telephony interface. CSL is provided with
CCS, so you may need a specific version of CCS.

-Jeff

> --- Jeff Brower <jbrower@jbro...> wrote:
>
>> Sandip-
>>
>> > thank you very much. i have a code from the
>> texas's site slaa109.zip, i have
>> > attached here. This code is for the acoustice echo
>> canceller, configuration code
>> > for TLV320AIC10 is also give. How can I modify
>> this code for codec TLV320AD50? and
>> > how i can run this on DSK c5402?. what real-time
>> procedure i need to follow?
>> > thanks once again, i'll try to understand the code
>> u have sent
>> > thanks
>>
>> I have posted your question to the C54x Yahoo group.
>>
>> -Jeff
>>
>> > Jeff Brower <jbrower@jbro...> wrote:
>> >
>> > Sandip-
>> >
>> > > i'm an student, i'm working on real-time
>> implementation
>> > > acoustic echo canceller on c54x dsk. i need
>> to connect a telephone
>> > > receiver and speaker/microphone to mcbsp0
>> and mcbsp1 resp.i have the
>> > > source code for that but the problem is
>> that here programm for
>> > > AIC10/11 is given, however on c54x dsk we
>> have AD50c. so i want to
>> > > know what cahnges i need to make in source
>> code. how to initialize the
>> > > AD50 for my application. and do i need to
>> connect the mcbsp0 port to
>> > > the landline telephone network. is it
>> possible to connect only a
>> > > simple telephone box with out any network
>> connection. if so tell me
>> > > how to do that.
>> > > please reply me. i'm in urgent need of the
>> solution
>> >
>> > Here is some C54xx code used to initialize
>> AD50 codec on the DSK C5402
>> > board. I hope
>> > this helps.
>> >
>> > -Jeff