Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

pcm3168a Audio Data Format: 24-Bit TDM Format

Other Parts Discussed in Thread: PCM3168, PCM3168A

Dear,

i have custom board has pcm3168. i can configure i2s line in 24 bit TDM(i2s single mode.) my signals is below. 

i2s through to pcm3168 is ok. and it plays sound. (in the dac side.)

so in the adc side i can not handle dout singnal from pcm3168. i think my clock signals is correct according to page 25 of pcm3168a datasheet.

the registers i set is:

// dac configurations:

pcm3168_write(codecNo,0x40,0xc1);

pcm3168_write(codecNo,0x41,0x06);

// adc configurations:


pcm3168_write(codecNo,0x50,0x01);

pcm3168_write(codecNo,0x51,0x06); 

Note: in the Audio Data Format: 24-Bit I2S(Figure 35.)  adc is working. i can get din signal. 

my problem is in the TDM farmat. 

Thanks.