Hi, I have a develop board with 28335.
And when i am testing the adc module, i found though it can read the data i input from the power supply.
But it's not accurate. Any value above 1.8V DC input will read as 4095. I know i have to calibrate and i have followed datasheet of ADC chapter, section 1.8.1 and activated the instruction of ADC_Cal().
But it still has gain and offset error. Next i am going to calibrate from external. But i have a question now, is the input range already limited to 1.8V(since my board will read as 4095 any voltage above 1.8V), no matter i have calibrated it?
Or is there any way to solve the adc problem?