Setup:
The PCM3060 will operate in 3-wire parallel, single-ended output, slave mode. In parallel mode, its internal registers would assume their default values (expect the ones changed by the 3-wire setup). If this is the case, register 67 (CSEL2) would configure the DAC to operate with SCKI2, BCK2, etc.. (I2S - 2) and register 72 (CSEL1) would configure the ADC to operate with SCK1, BCK1, etc.. (I2S - 1).
My Question:
I want the PCM3060 to interface with the MCU only using a single 5-wire I2S (MCLK, BCLK, LRCLK, DIN, DOUT). To achieve this goal can I tie the SCKx, BCKx, and LRCKx pins of the PCM3060?
Follow up question:
My ultimate goal is minimizing noise. As such, will I yield a high SNR if I:
1. Tie the 2, I2S interfaces together by routing these traces under the PCM3060 and tying the 3-wire interface to their respective levels OR
2. Use SPI to configure the both the DAC and ADC to both interface with I2S-1, and tie I2S-2 to GND.
In my previous experience with synchronous codecs, operating in parallel mode has yielded high SNR but due to the asynchronous nature of this device I am unsure what the best solution is.