DA7212 has been used as slave I2S mode. For PLL to operate in SRM mode, does it requires continuous MCLK? In our case MCLK is not continuous, MCLK is generated when ever I2S transmit/receive occurs. So, I wanted to know do we require continuous MCLK?
Device:
The clock is not required to be continuous though be present when transmitting / receiving data. Time is required to ensure that PLL_LOCK has been achieved, which can be verified through PLL_STATUS register.
Thanks for your reply.
I've tried to set PLL in SRM mode and I'm getting 05 (SRM not locked to reference signal) through PLL_STATUS. Is there any reference code to enable PLL in SRM mode?