How to config my timer to count external pulses
Posted on July 02, 2014 at 13:39Hello everybody, How can i config my timer ( i work on stm32f100 ) to count external pulses this is my code but it doesn't work:void ConfigTimer17(void) { GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTy...