Hi, I'm using a TLC320AIC3110 on their evaluation board. I use Codec Control software to config the codec. I already have audio output working ok. I could configure playback, routing Microphone input directly to DAC output. I could play audio using I2S interface from a uC (disabling I2S interface by I2S_ENABLE pin).
But, right now I want to record sound from the analog mic to internal uC memory. I don't lnow how to configure de codec to obtain I2S signal on DOUT pin corresponding to microphone.
My uC generate all clock signals and ask for data to codec by a DMA channel. I can see clock's signals, but I don't see any DOUT signal from the codec.
Thank