i2s_ckin vs. PLLI2S
Hi,
I'm using an STM32C051K6T6 to read an audio file from FLASH (a book on tape, basically) and output the data over I2S to a codec/amplifier. I would like to understand the drawbacks, if any, of using the internally generated PLLI2SCLK instead of an external clock source (through the I2C_CKIN input) for the I2S clocks. I would prefer to use the PLLI2SCLK so that the pin for I2C_CKIN can be used as a GPIO instead, but I'm uncertain of the impact of doing so. For example, will the audio quality be significantly compromised by using PLLI2CLK instead of an external clock?
Thanks,
James
