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.

TIDA-01454: How to configure an external clock with I2C

Part Number: TIDA-01454
Other Parts Discussed in Thread: PCM1864

Hello,

I want to make many of  TIDA-01454 CMBs sample exactly at the same time, so one of the steps I need to take is having the same clock in everyone. In order to make this possible, would I just need to change register:

0x94 0x20 0x11 // MST_MODE: Master; CLKDET_EN: Disable

to:

0x94 0x20 0x01 // MST_MODE: Slave; CLKDET_EN: Enable

and add the external clock in MCLK pin?

Or do I need to change anything else?