I have a 14-bit DAC. Ramping the data pins linearly from the minimum of 0x0 to the maximum of 0x3FFF I see (using a scope) the analogue output voltage behaving as follows:
- In the first half (from
0x0to0x2000), the voltage ramps from1Vto1.8V. - In the second half (from
0x2000to0x3FFF), the voltage ramps from0Vto1V.
Is this the expected behaviour? What output voltage range should I be expecting for the analogue output? Why is there a "break" at 0x2000?
AD9775BSV. The datasheet is linked in the question. – Randomblue Jul 5 '12 at 19:02