STM32H7 ADC1 can not be enabled
Posted on May 11, 2018 at 09:19Hi,I am not able to start the ADC using the the HAL: hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV4; hadc1.Init.Resolution = ADC_RESOLUTION_16B; hadc1.Init.ScanConvM...