Other Parts Discussed in Thread: CC1310
Hi,
I connecting PCM5121 and CC1310 by I2S.
CC1310 config is below:
BDIV = 75
MDIV = 38 (MCLK = MCUCLK/MDIV [Hz])
WDIV = 0x2020 (WCLK = MCUCLK/(BDIV*(WDIV[7:0] + WDIV[15:8]) [Hz]))
Does not work PCM 5121.
But, it work when stopped MCLK.
PCM5121 config is below:
XSMT = 1 : soft un-mute
MAST = 0 : I2S SLAVE(BCK/LRCK inputs)
MODE[1:2] = 00 : HARDWIRED MODE
FMT = 0 : I2S
DEMP = 0 : De-emphasis control off
ATT[2:0] = 000 : GAIN AND ATTENUATION LEVEL 0dB
AGNS = 0 : Analog Gain 0dB 2Vrms
FLT = 0 : Normal latency
Do I need to set up MCLK(SCK) inputs.