I am using PCM1865 with 25Mhz Xtal input for reference clock and want to use PCM1865 as a slave by providing BCK and LRCK from external device.
I am looking for using PCM1865 at 44.1kHz sampling with 24-bit data.
Followings are status of related registers and it remains at "wait clock stable" of 0x72 and 'SCK_error" of 0x75.
Adc1InputSelLeft(0x06): NORMAL VINL1[SE]
Adc1InputSelRight(0x07): NORMAL VINR1[SE]
PcmWordLengthRx(0x0B): 24-bit
PcmWordLengthTx(0x0B): 24-bit
AudioSerialInterface(0x0B): I2S
SckXtalSel(0x20): XTAL
MasterOrSlaveMode(0x20): SLAVE
AutoClockDetection(0x20): DISABLE
AdcClockSource(0x20): SCLK
Dsp2ClockSource(0x20): SCLK
Dsp1ClockSource(0x20): SCLK
PllControl(0x28): PLL enable; SCLK; Not locked
PowerMode(0x70): Analog(Power Up) Device(Power Up) Digital(Run)
FilterStatus(0x71): 2CH, DeciationFilter(Normal), HighPassFilter(Disable)
MuteStatus(0x71): CH2_R(Unmute) CH2_L(Unmute) CH1_R(Unmute) CH1_L(Unmute)
DeviceStatus(0x72): wait clock stable
SamplingFrequency(0x73): 32-48kHz
BckClkDivStatus(0x74): 48
SckClkDivStatus(0x74): 384
ClockStatus(0x75): LRCK_halt(ok) BCK_halt(ok) SCK_halt(ok)
LRCK_error(ok) BCK_error(ok) SCK_error(error)
SupplyStatus(0x78): DVDD(good) AVDD(good) LDO(good)
Can anyone let me have a look of register settings for slave mode?
Or can anyone let me know how to do?
Thanks.