User Activity

Timer 1 inittalization code is below: TIM1_TimeBaseInit(10, TIM1_COUNTERMODE_CENTERALIGNED1, 1000, 1); TIM1_ICInit(TIM1_CHANNEL_1,TIM1_ICPOLARITY_FALLING ,TIM1_ICSELECTION_DIRECTTI ,TIM1_ICPSC_DIV1,0); TIM1_ICInit(TIM1_CHANNEL_2,TIM1_ICPOLARITY_FALLI...
Posted on May 17, 2016 at 17:30Hello am working with the timer1 input capture of an STM8S103F3. No input is registered by the input capture module though I fed it with square waves from 10Hz all the way up to 1MHz. The same square wave registers pro...