Hello!
The "0" meaning of 1023? Sorry, I don't get it. Do you mean the 5.0 reading?
Anyway, I know it's not very clean, but at least if you plug a plain potentiometer on GND, VCC and ADC,
and if it displays something between 0 and 5V, then it will display 0 on 0 and 5 on 1023.
But I'm not sure it's word in terms of quantisation noise (never calculated, just thinking):
- A plain ADC does a truncation if you consider that 1024 (that does not exist in 10 bits) is 5V (or
more generally the reference). Therefore, if you want to calculate for any analog value, you will
find the average error being 0.5 LSB.
- If you map 0->0 and ref -> 1023, then in the lower range, you will truncate, and in the higher range
you will ceil (??) the value. This means that except for the first interval which corresponds to a truncation
and the last one which corresponds to a ceiling (truncation +1), all the intermediate values will have
an average error which is less than 0.5, and which will be 0.25 in the middle.
Well, that's pure speculation and again I didn't calculate it, but this somehow proves that the average
error is smaller.
Dora.