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.

ADC example bug?

Other Parts Discussed in Thread: CC3200

Hello, 

Doing all examples i found some bug in execution. When i run this example i noticed, that when i read any of the ADC pins for the first time it reads the voltage i apply right, but if in the same session i change the voltage input and read the values on the same pin, it will show me the read values from the previous measurement, and as much as i change it it will always show same values until i recompile it and start it again.

For example: for 1.46V it shows 4096, then 1.46 change -> 0V and it still shows 4096

What can it be and how can i fix it?