STM32F103 ADC INTERRUPT from timer 1 CC1 doesn't start with HAL_ADC_START_IT().Adding HAL_ADC_START() after HAL_ADC_START_IT() Solves the problem. Why?
Posted on August 11, 2017 at 14:55I don't see the EOC interrupt stepping into action when using only START_IT().Using MXCube, attached is my user code.Haven't modified any header files. only the weak callback functions which are in my code.