Resolved! How to get a ADC resolution?
I have the following code that I call from a freertos task scheduled with a period of 100 ms.It reads the voltage applied to a pin and return the voltage value as a float. float pinin_pv(void) { /* Return the pin voltage in the interval [0, PIN_VOL...