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