Resolved! Not getting proper results for ADC in STM32H747i-DISCO board
I am STM32H747i-DISCO discovery board and i configured ADC1 with 2 channels and ADC3 with 5 channels both in interrupt mode and configuration for both as below static void MX_ADC1_Init(void){ /* USER CODE BEGIN ADC1_Init 0 */ /* USER CODE END ADC1_In...