STM32F4-Discovery ADC problem using HAL driver
Posted on January 17, 2015 at 18:54Hi,I'm using HAL driver to configure ADC module. This is my code:void adc_config(){ AdcHandle.Instance = ADC1; __ADC1_CLK_ENABLE(); HAL_ADC_DeInit(&AdcHandle); AdcHandle.Init.ClockPrescaler = ADC_CLOCK...