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?

