I was going through the AD5602 datasheet and could not find any registers map or commands list to talk to DAC.
Any information will be useful to move forward. Thanks in advance.
https://www.analog.com/media/en/technical-documentation/data-sheets/AD5602_5612_5622.pdf
Yes that is enough, make sure those two control bits represent normal mode.
Hi,
With your required functions, you might want to take a look at AD5693R.
Here, you will be able to do the following:
-read input register
-software reset
-a more controlled and flexible way of updating the output (through hardware and software LDAC)
Cheers,
Ivan
Hi Ivan,
Thanks for your response.
Actually I have my hardware built with AD5602 on it. I have two AD5602 connected on the same I2C bus with STM32 MCU. In another project, I have used AD5761. So in comparison with AD5761 and AD5602, I am a bit confused about how to drive the AD5602 DAC.
In order to generate DAC output voltage, after power on, I just put my target voltage in the data field and send it over I2C? Is it enough?
Thank you, Ivan. It worked.