I can write to the DAC to change voltages but have not been able to read back the data/status. Any Ideas?
Sent: (With sync high between every 32 bit xfer.)
0x07 0x00 0x00 0x00 - Reset DAC
0x08 0x00 0x00 0x02 - Enable SDO
0x1D 0x00 0x00 0x00 - Read Status
0x0E 0x00 0x00 0x00 - NOP
0x06 0x00 0x00 0x0F - LDAC register
0x04 0x00 0x00 0x0F - Power up DAC
Then
0x02 0xF0 0x10 0x00 - Set all DAC to...
0x10 0x10 0x00 0xs00 - Read DAC B value
0x0E 0x00 0x00 0x00 - NOP
But SDO never moves.