Input capture in STM32F103RC
Posted on September 01, 2015 at 11:41Hi I was trying to configure the input capture in STM32F103RC , and facing issues , The configuration is done as follow I was trying to configure TIM1 CH3 , RCC->APB2ENR |= RCC_APB2ENR_TIM1EN; NVIC_Ena...