incrementation of a timer by an input signal
Posted on May 09, 2012 at 17:18hi, i'm trying ton increment a timer in timing mode at each rising of a signal which arrive on an other pin here my code : RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2,ENABLE); RCC_APB1PeriphClockCmd(RCC_APB1Pe...