hello, i tried to submit this months ago, when i registered my TI account, but i never got the activation email
today i tried one last time, and the activation email arrived immediately, so here i am
i've made a board with an ARM Cortex-M4F-based MCU and the PCM3060 audio codec
i need full-duplex, input (2 channels) and output (2 channels)
i also want the audio to be DC-coupled
the MCU is running at 3.3V, the PCM3060 i've tried my best to set it up as the datasheet recommends (5V and 3.3V)
the MCU generates the I2S signals (including clocks) and drives the audio codec, there is nothing else on the I2S
the MCU also controls the audio codec over SPI, there are no other SPI devices
i tried to get the audio output working first, since that was supposed to be easier and once that worked i could use it to test if the audio input is working by feeding the input data as output data in software
the audio output worked
the audio input, i could never get it to work - the CODEC_SDO (DOUT from the codec) is flat out 0V
i'm using a 24.576MHz crystal, and then all the I2S clocks are derived from that via the MCU's I2S peripheral
trying to set the codec up for full-duplex slave operation, at Fs=96kHz