Question
STM32Cube_FW_F0_V1.3.0 BUG report/fix
Posted on September 22, 2015 at 21:55
Channel
ADC_CHANNEL_VREFINTdoes not work
because it is not
enabledin the register CCR
--- STM32Cube_FW_F0_V1.3.0/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc_ex.h.orig 2015-06-25 23:53:50.000000000 +0300 +++ STM32Cube_FW_F0_V1.3.0/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc_ex.h 2015-09-22 22:11:31.000000000 +0300 @@ -198,7 +198,7 @@ )? \ (ADC_CCR_TSEN) \ : \ - (ADC_CHANNEL_VREFINT) \ + (ADC_CCR_VREFEN) \ ) &sharpendif #fix #bug #stm32cube