User Activity

Posted on July 17, 2014 at 18:16rm0008 for stm32 states ''the counter is blocked while the auto-reload value is null'' and it states that ARR reset value is 0. Does this mean that a counter will not count when TIMx_ARR is at the stated default of 0?...
Posted on June 12, 2014 at 02:03 Why do I get an immediate update event when I configure TIM7 like this: TIM7->CR1 = 0; TIM7->PSC = 7199; TIM7->ARR = 2000; TIM7->DIER = 0; TIM7->CNT = 0; TIM7->CR1 = TIM_CR1_CEN; while ((TIM7->SR & TIM_SR_UIF...