My adc on a STM32F091RC does not work anymore after CubeMX upgrade
Posted on January 29, 2018 at 09:30Hi. I have a very strange behaviour with adc.The CubeMX setup is shown belowThis is my empty callbackvoid HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef *hadc) {}And the mainint main(void){ HAL_Init(); SystemClock_Co...