STM32F4-Discovery timer PWM input mode - prescaler doesn't work
Posted on March 02, 2014 at 11:57 Hi. I downloaded to my Discovery PWM input peripheral example. I've changed it little bit to use 32-bit timer 5. TIM5 initialization code: GPIO_InitTypeDef GPIOA_InitStructure; NVIC_InitTypeDef NV...