Reply by Jeff Brower November 26, 20012001-11-26
Ben-Yair Yossi-

>The TLC320AD50 does sample at 16bits , but 15bits are the original data
>and the 16th bit is a control bit for the codec.
>configuring the codec to 15 bits was fine , I got all the data to my
>interrupt routine.
>when i tried to configue the codec to sample 16bits I could not get the
>interrupts !!!

In 16-bit mode, you have to use the hardware FC bit (controlled by the CPLD on
the DSK C5402 board) to request secondary communications, and thus correctly
(and completely) configure the AD50. Did you do that?

Not too long ago I posted on this group an asm. language source code example for

configuring the AD50 on the C5402. This shows how to use the FC line for 16-bit

configuration. It should be in the archives; I think around early October.

Jeff Brower
DSP sw/hw engineer
Signalogic

>-----Original Message-----
>From: Jeff Brower [mailto:]
>Sent: Saturday, November 24, 2001 9:59 PM
>To: Yossi Ben-Yair
>Cc:
>Subject: Re: [c54x] Sampling 16bits with dsk baord !! >Yossi Ben-Yair-
>
>>Does anyoune know how to confugure / initialize the codec TLC320AD50c on
>the
>>dsk baord to sample at 16 bits ( not 15bits ) .
>
>The TLC320AD50 part does sample at 16 bits. What is happening that causes
>you
>to say it is not?
>
>Jeff Brower
>DSP sw/hw engineer
>Signalogic



Reply by Jeff Brower November 25, 20012001-11-25
Yossi Ben-Yair-

>Does anyoune know how to confugure / initialize the codec TLC320AD50c on the
>dsk baord to sample at 16 bits ( not 15bits ) .

The TLC320AD50 part does sample at 16 bits. What is happening that causes you
to say it is not?

Jeff Brower
DSP sw/hw engineer
Signalogic



Reply by Ben-Yair, Yossi November 23, 20012001-11-23
Does anyoune know how to confugure / initialize the codec TLC320AD50c on the
dsk baord
to sample at 16 bits ( not 15bits ) .