2 ADC channels assigned to 1 MCU pin
I have designed a buck converter that uses the MCU to regulate its output voltage.
I am using one pin for the voltage feedback that will be used to regulate the output. However, because it has to read this pin very quickly, the sample period has been set to 2.5 clock cycles and thus the effective resolution is not very good (fine for control though). I see that I can assign multiple ADC channels to a single pin.
If I assign two ADC channels to the same pin, can I use one of the ADCs to read the voltage on the pin with much more precision at the same time the alternate ADC is being used to regulate the voltage without effecting control?