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...
Posted on September 11, 2015 at 14:28Thanks clive and JW , the Pin doesnt support the functionality , I changed the hardware pin and it is working now , thanks for your timely support
Posted on September 02, 2015 at 14:41Thank you for the response,Setting the MOE bit didn't solve the issue, I am using STM32f103RCT6 (64 pin ) micro and input signal is connected to (PB15)TIM1_CH3. From the documention my understanding is that TI...