Hi, in my project I have microcontroller which generates an I2S transfer with all the necessary clocks (MCK, word-, and bit clock) to the TLVDAC.
I have read through the datasheet, but I don't quite understand the different clocks and prescalers mentioned there. Especially the PLL, MDAC, NDAC and the DOSR.
Is it necessary to configure these registers in this case of my project? If yes, how do I calculate them?
The data sent over I2S is 16 bit 44.1 KHz mono, and it's not necessary to send it through some DSP filtering.
-Erblin