Hello!
I'm just trying to understand the best way to derive the bit clock and LR clock from the master clock; I think this is relevant for just about any I2S DAC, but Google is drowning me in everything but answers. The ADC I have works in master mode, taking only master clock as input, but that works because it doesn't need digital input.
The datasheet tells me I can buy a PLL17** chip from TI for the master clock, great! But then, in order for the data to be synchronized with the LR and bit clocks, is it necessary for my MCU to do all the calculating? Do I then need to buy separate frequency divider chips to get the LR and bit clocks from the master clock?
I gather, then, that my MCU or audio processor needs to take at least the LR and bit clocks as input in order to synchronize its data output to them.
So, in order to get audio output from an MCU, do I really need 1. a DAC chip; 2. a clock generator; 3. a clock divider; 4. another clock divider; and 5. the MCU itself?? 5 chips to do digital to analog conversion?
Thanks for any guidance. I assure you I've been combing the internet and Google for many days for this info.
-Chuckk