Hey Guys,
My bad.
Sorry to make this mistaken post.
10bit ADC is working fine.
Problem is my code. Am trying to smooth the sinal that is read by the ADC.
Its a fast (100KHz) oscillating signal (with vpp around 1V) that am trying to read it like DC... Not easy I know.
My code is currently reading some hundreds times the signal, then finds the median of all readings and then discard the final reading (make it equal to last median value) if it changes by a small divergence (like 2 bits) from last median value.
This is what lead me to think (wrongly) that ADC was converting at 8bit.
Sorry again for posting a wrong question.
But now this raises new question;
How to smooth an oscillating signal and make it DC reading just like a DC-Voltmeter would do?
(Using only code... cannot change my design)
Thank you once again.
Best regards,
Filipe Santos.