Part Number: DAC8551 From reading the data sheet for the DAC8551 , I should beable to enter a number from 0-65535 and the Vout should range from 0-5V (I have it connected to a 5V supply). When I write an integer (connected to the CLK and MOSI and D7 pins for chip select on a STM nucleo) I can range the voltage from 0-5V but the binary input value can only ranges from 0-4000. What may be causing this problem? Do I need to send an integer (65535) to the DAC8551 or characters in binary (0000 0000 1111 1111 1111 1111) no spaces?
↧