CubeMx Bug in Stm32F0 ADC HAL
Posted on November 30, 2015 at 12:57CubeMx generates stm32f0xx_hal_adc_ex.h In that file in the implementation of macro ADC_CHANNEL_INTERNAL_PATH the returned value is either ADC_CCR_TSEN or ADC_CHANNEL_VREFINT. The second is probably wrong and shou...