User Activity

Posted on July 13, 2011 at 09:19I have a string of pulses coming in, and i want to measure the period of a pulse. So i have initialize the input capture for the timer, in my case TIM2 CH4.  RCCIC_Configuration();       /* NVIC configuration */     N...
Posted on July 08, 2011 at 06:18I am trying to generate a single pulse using the TIM_SelectOnePulseMode() function in STM32f10x_tim.c source file. But I am not able to get the pulse. why? I am using TIM4 CH2... Any advice? int main(void) {     TIM_C...