STM32F4 ADC1 starting conversion from TIM1 CC4 event - doesn't work
Posted on September 23, 2012 at 12:34Hello. I colided with the following problem: ADC1 doesn't start conversion in injected channel from TIM1 CC4 event. Below I quote a piece of code of my initialization of ADC1 and TIM1:RCC->APB2ENR|=RCC_APB2ENR_TI...