This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADC missing values

Using 2806x. When the ADC input is around 2474 I get every ADC value but when the input is higher around 3492 the reading jumps from 3482 to 3492 without any values in between. Above results with

AdcRegs.ADCSOC11CTL.bit.ACQPS = 025;

If I increase to

AdcRegs.ADCSOC11CTL.bit.ACQPS = 0x3f;

the jump is from 3487 to 3492. Why?