We've recently updated all the tools for our project and have noticed, that the 2.5x divider option for ADC clock was removed from the lib and the code no longer compiles. After some investigation we've found the errata stating
"Using fractional SYSCLK-to-ADCCLK dividers (controlled by the ADCCTL2.PRESCALE field) has been shown to cause degradation in ADC performance on this device"
What does exactly "degraded performance" mean? We've been observing some problems with ADC measurements, but we'd like to know if this could be caused by the degradation listed in the errata, before we investigate further. Does it cause increased conversion errors, inconsistent timing, or some other problem?
On a side note: is there any document, that lists all the changes between versions of CGT/driverlib/etc? I was quite time consuming to find out, why the DIV_2_5 definition is no longer recognized.