stm32f4 Timer
Posted on November 10, 2015 at 17:34Hello every one! How can i check if the timer is already running.. which flag to use I am trying thisif (TIM2 -> CR1 == TIM_CR1_CEN){// turn led on blue} else{// turn led red on}but it does not work, please help m...