STM32H743 ADC2 converts correctly but ADC1 doesn't with exactly the same settings
Hi,I have ADC1 and ADC2 configured on one of the pins (PA3 - ADC1_INP15, ADC2_INP15) of my STM32H743VI. I am using the standard cubeMX initialization.static void MX_ADC1_Init(void) { /* USER CODE BEGIN ADC1_Init 0 */ /* USER CODE END ADC1_Ini...