Hi there,
I have a custom board design where the LDAC pin is permanently pulled down to ground. I had assumed that I could do a "software LDAC" by writing to individual channels using the command "Write to buffer n (IE D27 - D24 set to 0000)", and then finally doing a command "Write to buffer n and update all DACs (Software LDAC) IE D27 - D24 set to 0010" to get a synchronized update of all DACs. Note that I pull the SYNC pin low in between commands (IE after each 32 bits).
For some reason and maybe my interpretation of the datasheet is incorrect, even after the first command where I only write to buffer N that channel will immediately update its output even before the second command. I do not want this and need to be able to write to individual channel buffers first before doing a synchronized update of all channels with their most recent buffer values.
Note I have tried setting the LDAC register bits to 1111 to make it ignore the state of the LDAC pin which is always pulled down, but this seems to have no effect. Please let me know if the above operation should ordinarily work as I have intended it to.
Thanks in advance for your help