Post Go back to editing

Python DRIVER AD5687R output voltage problem

Category: Hardware

Hello,

With an  FTDI module FT4232H , I send SPI command but for code under 0x4000  Voutput  value is different from datasheet .I use CSn from SPI tie to sync\

12 bits => 4 first LSB are unused.

gain 1

Vref interne 2.5V

Vlogic 3.3V

VDD 5V

Vout (code=0xFFFF) = 2,500V

Vout (code=0xC000) = 1,875V

Vout (code=0x8000) =  1,25V

Vout (code=0x7FF0) = 2,500V

Vout (code=0x4000) =  1,875V

Vout (code=0x2220) = 1,000V

Vout (code=0x0010) =  0,002V

Someone have an idea, thanks for your help.