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.

Tiva C EK-TM4C123GXL energia ADC accuracy issue

Hi all,

I have a problem using the Tiva C's ADC.

in order to discover the issue, I have connectecd my Analog Pin (PE_1) directly to GND and I perform a Serial.print( analogRead(PE_1) );

The result (with 1000ms delay between each measure), are

0 ; 0 ; 0 ; 0 ; 15 ; 0 ; 3 ;  0 ; 47 ; 0 ; 7;  0 ;  15 ; 0 ; 23 ; 0 ; 0 ; 0; ......

It seems strange...

I hope to solve this problem fast, because i need this for a project in the next 4 days.

Best regards,

Francesco