Hi
1. I am writing driver for AD5676R. I found that only using command 0x0001, LDAC follow the timing rules (pull up, pull down then pull up).
After loading the program to the mcu, these three channels have outputs (full scale). But I think they shouldn't have outputs because 0x2 command did not write to the DAC, that's right? But why do these channels still have outputs?
2. For LDAC mask:
If I set /LDAC bits is 0xFF, that means /LDAC pin is overrided. That is to say, whether LDAC pin is low or high, dac will always an output once using command 0x1 and 0x2?