Hi,
We're using ADS7953SBDBT adc driver for our application. We're trying to read the channels using single channel read and multiple channel read.
If we initialize adc every time when we read the channels it is giving correct values(the adc count is getting increased with clockwise potentiometer rotation and decreasing with anticlockwise potentiometer rotation).
But if we initialize the driver one time and try to read using single channel it is not giving correct values.
Below i've given the samples of single channel reading.
decrement order(continuous reverse rotation of potentiometer)
3.086V, 3.12V, 3.082V, 3.034V, 2.984V, 2.951V, 2.726V, 2.887V, 2.806V, 2.862V, 2.649V, 2.734V, 2.753V, 2.66V, 2.71V
In our application we will be continuously reading the channel to get the voltage.
Please let us know where i'm doing wrong and how to correct it.
Thanks,
Anusha