I am working with an ADAU1450 and use 4 ADC inputs as volume control.
If the volume control is full open I will have 3.25V DC on my ADC_0 input of the DSP.
But when I read the value in the software I find a value of "1984" in the hardware page.
From the data sheet I get that the AD converter is a 10bit converter (so max of 1024 steps).
How can I get a value of "1984" on my input? I would expect a value of max "1023"
(Or almost one, after bit shifting, as David describes in his excellent video)
Where do I go wrong?








