Other Parts Discussed in Thread: TMS320C5505
Hi All,
Iam using the ezDSPVC5505 USB Stick for development of a audio application.
I have the following querry.
The codec AIC3204 is interfaced to TMS320C5505 using I2C protocol. The codec transmits 1 Left channel and 1 Right channel data
for each transmission. Is it possible to configure the codec such that it will transmit only left channel data. The Right channel data is not transmitted at all.
I tried powering down the right ADC. It is not helping. My requirement is the Right Channel data should not be transmitted at all.
Is there any way to achieve the same. I am sampling at 48KHz and require only LEFT channel data so that I can configure my BCLK to
48000*16 = 768000. Currently my BCLK is configured to 48000*32 = 1534000. (my CODEC acts as a SLAVE).
Kindly let me know how to configure the codec AIC3204 to transmit only 1 channel data