Dear Expert.
I am using DAC1282 with SPI interface. I try to use in DC mode with arduino due.
anybody here can help me. how to send a command for DC mode.
I already try to send this command, but not working.
digitalWrite(5, LOW);
SPI.transfer(0x40);
SPI.transfer(0x02);
SPI.transfer(0x01);
SPI.transfer(0x00);
SPI.transfer(0x10);
digitalWrite(5, HIGH);
delay(10);
digitalWrite(5, LOW);
SPI.transfer(0x44);
SPI.transfer(0x02);
SPI.transfer(0x00);
SPI.transfer(0x00);
SPI.transfer(0x00);
digitalWrite(5, HIGH);
delay(1000);
if you have experience to control it and success, please share your command step.
thanks

