Quantcast
Channel: Data converters
Viewing all articles
Browse latest Browse all 88488

Forum Post: RE: help with tlv320aic3204 configuration. 4mhz clk in on mclk, I have wclock but no bclock and no data on dout.

$
0
0

Roman,

I think you're writing the wrong registers. See below. For blck/wclk direction, you should use r27 and configure dividers on r29 and r30.

See Section A.1 of http://www.ti.com/lit/pdf/slaa404 for an example script.

LDByteWriteI2C(0x30,0x1D,0x00); //Pg0 set bclk and wclk as output

LDByteWriteI2C(0x30,0x1E,0x84); //Pg0 LDByteWriteI2C(0x30,0x1B,0x0C); //Pg0

LDByteWriteI2C(0x30,0x1D,0x10); //Pg 0 - Reg29,Enable Loopback

Regards,

J-


Viewing all articles
Browse latest Browse all 88488

Trending Articles