Hello, I've never worked with the PCM1803A A/D converter and I'm curious about the timing. The 1803 datasheet talks about pin 11 being BCK, pin 10 being LRCK and pin 12 being DOUT. On the I2S bus specifications from Philips, it simply talks about SCK which is the SERIAL CLOCK, WS which is WORD SELECT and SD as SERIAL DATA.
If I amalgamate both documents, I would presume the following:
PCM1803A BCK = I2S SCK
PCM1803A LRCK = I2S WS
PCM1803A DOUT = SD
I currently only have a 27mHz crystal which enables me to generate a PWM for the BCK / SCK clock at a frequency of 1.687Mz (50% duty). I believe that will be good enough for lower-quality audio sampling but please correct me if I'm wrong.
Now, regarding the LRCK / WS signal, I'm not sure exactly if I understand how to use it / time it with the BCK / SCK clock?
Does anyone have any simple and quick way of explaining other than referring me back to the documentation? I will re-read it but personal experience is sometimes better than manufacturer's explanations.
Thanks.