In my application, I would like to update all 8 channels of the DAC as quick as possible. If I start updating with DAC channel A, can I continue to send the 2 bytes required for each of the other 7-DAC channels without starting a new I2C sequence.
I would like to write all 8 channels using the 3.4MHz ability of this DAC but I understand that I have to start at a slower bit rate then switch to 3.4MHz and would like to only have to do this one time for all 8 channels.
Thank you.