Hi,
I'm using TI's experiment kit for 28335.
I connected a 2V DC source to ADC0 + GND and then ran the sample code: adc_seqmode_test
After few iterations I checked the array: SampleTable
According to the manual: Digital = 4096 x Analog / 3
This is becuase the signal ADCLO is connected to GND in this kit.
So why am I getting differences between the expected and actual digital value ?
The expected value is: 4096 x 2/3 = ~2730. But I'm getting ~2800 and more.
Should I use the value of OFFTRIM register in my calculations ?
Thanks.