Part Number: PCM1865
I wonder if there is a reference setting for following configuration of PCM1865.
* Master clock: 25Mhz X-tal
* Analog inputs: VINL1 and VINR1
* Sampling rate: 44.1Khz
* Bitwidth: 24-bit
* Running mode: master
* Interfacing: I2S
I presume that following registers might be related.
* 0x06: PCM186X_ADC1_INPUT_SEL_L = to select VINL1
* 0x07: PCM186X_ADC1_INPUT_SEL_R = to select VINR1
* 0x0B: PCM186X_PCM_CFG = to set 24-bit and I2S
* 0x20: PCM186X_CLK_CTRL = to set XTAL, MASTER, PLL, CLKDET_EN (do I need to use CLKDET_EN and PLL)
* 0x26: PCM186X_BCK_DIV= to set BCK division
* 0x27: PCM186X_LRK_DIV = to set LRCK division
Any comments would be appreciated. Thanks.
Ando.