Posted on January 26, 2012 at 10:28I need a delay in a timer 4 interrupt. To realize this I wrote the the follow lines:if(TIM_GetITStatus(TIM4, TIM_IT_CC1) == SET) { TIM_ClearITPendingBit(TIM4, TIM_IT_CC1); TIM_ClearFlag(TIM4, TIM_FLAG_CC3); while(T...