Hi everybody
in our project sample rate will be 48Khz and 24bit per sample. I have a question about this protocols. when we use I2S data will be send in serial mode.So imagine we have two DAC and we start to send data via I2S, at this time our first slot (the first half of LRCLK) will be DAC1 data and next half will be DAC2 data. in this situation what will the output of the first DAC be during the time we are in the second half of the wave and are sending data to the second DAC? Will the output of the first DAC be zero until the protocol reaches the first half of its LRCLK again, which corresponds to sending the data of the first DAC? Or will it keep its previous output? Or maybe the output of DACs is activated only when the data of both DACs has been received. Because I didn't find any information about whether these DACs have a buffer to store data or not or ether a pin for enable DACs out put when our data transfer has been completed. Different methods I have seen before in other category of DACs, for example, these converters have two registers to receive data and ping-pong buffering, one register to load the DAC input and the other one somehow The auxiliary register is used to store the next data. Considering that I2S is a serial protocol, how can the delay problem that I mentioned above be solved?