Why is a $30 chip not able to do the simple thing it's designed to do, when it has so many other useless functions?
The following are the codes I am sending to it via SPI (1 kHz) - directly from the datasheet
0x090A0000 - Internal Reference Always Powered On
0x000FFFF0 - write to A
0x004FFFF0 - write to B
0x006FFFF0 - write to G
0x027FFFF0 - write to H AND simultanously update all DACs
Nothing happens after the last command is set,
I make sure that the CS (SYNC) pin is low the entire time of the transfer
Can anybody help explain why this chip is not working?
Thanks,