User Activity

Posted on December 30, 2017 at 02:08Hi,Please, could someone help me to setup TIM1 to count pulses at rising edges? I try this code, but doesn't works.TIM1_DeInit();TIM1_TimeBaseInit(0, TIM1_COUNTERMODE_UP, 581, 0); TIM1_ICInit(TIM1_CHANNEL_1, TIM1_...