Resolved! STM32F042C6U6 ADC Input Problem
Hello, I use STM32F042C6U6 processor. I use IN 2, 3 and 4 inputs for ADC, but when I activate channel IN 4 input, there are serious deviations in other ADC values. My Variable uint32_t adc_values[2]; Main Code: int main(void) { /* USER CODE BEG...