Tool/software:
Hello,
We have dseigned a custom board based on AM6442 where we are using 8 channel ADC's. Here we have observed few things as below
- When there is no input voltage supplied and the pin is left floating we see a reading 0.3-0.4V
- When the voltage is supplied above 1.7V to 1.8V we see the reading going only upto 1.7V only.
Please confirm whether this is expected behaviour from AM6442 or not?
Below is the formula used to convert the raw value to analog voltage value.
-
ADC_VMIN: 0.1 V
-
ADC_VMAX: 1.8 V
-
Resolution: 12-bit (4096 counts)
-
Scaling formula used:
scalingFactor = (ADC_VMAX - ADC_VMIN) / RESOLUTION;
vin = (adcValue * scalingFactor);
Note:
However, for other voltages in the range 0 V to 1.7 V, the ADC readings are quite accurate and closely match the expected values.

