Posted on March 18, 2013 at 19:15Hello,please look at following interrupt routines for capture/compare and uart receivevoid TIM1_CC_IRQHandler(void){ uint32_t break_time, mab_time; TIM_ClearITPendingBit(TIM1, TIM_IT_CC1); break_time = TIM_GetCapture...