Hello TI,
Looking at the Errata, http://www.ti.com/lit/er/sprz357e/sprz357e.pdf, ADC initial conversion it seems to specify down at the bottom the issue is completly null if you :
This issue is fixed completely by writing a 1 to the ADCNONOVERLAP bit in the
ADCTRL2 register, which only allows the sampling of ADC channels when the ADC is
finished with any pending conversion.
Do I still need to throw away a sample if I follow the snippet above?