I new with the arduino Due, I want to use the DAC port using 0-1v. The problem I have is that when I send a 0 to the dac's value I recived 0.5v as output,.
Then, when I sent a 1463 dac's value, I have a 1.5V as a result.
If I use a 4096 value, the out value is 2.8V, I think thats ok because I read it in this forum.
The Due DAC outputs voltages from Vcc/6 to 5/6*Vcc, you cannot change this AFAIK.
If definitely cannot do rail-to-rail, its designed primarily for audio I think.
BTW I don't recommend using the built-in DACs on the Due, they are nominally 12 bit
but are really noisy, probably about 8 or 9 bit equivalent. They seem to suffer from
sparkle codes.