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