How to read multiple ADC (ADC 1, ADC2, ADC3) and each with 4 channels at a time using timer interrupt
Hi,I am working on STM32G474.I want to read multiple ADC channels (ADC1 , ADC2 and ADC3 all with 4 channels at a time).I generated interrupt using timer 3 (update event) and reading ADC channels under /* USER CODE BEGIN 2 */ HAL_TIM_Base_Star...