STM32, ADC and continuous conversion mode
Posted on January 19, 2018 at 23:16Hi. I need to have the value of 2 channels and the internal temperature.My adc is setup as this: hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1; hadc.Init.Resolution = ADC_RESOLUTION_12B; ...