STM32 Timers - Help with TIM_Period
Posted on August 28, 2013 at 12:14Hi,I'm studying the timers on STM32F100 using a STM32VLDISCOVERY board.Per example: TIM_TimeBaseStructure.TIM_Prescaler = SystemCoreClock/1000 - 1; TIM_TimeBaseStructure.TIM_Period = 1;Will set the count frequency ...