1Hz interrupt from TIM3 ?
Dear Members,How can I get exactly 1Hz interrupt from TIM3 ?I use STM32F4 Discovery and looking at TIM_TimeBase Example, but I can not get exactly 1Hz yet...ThanksCode :TIM_OCInitTypeDef TIM_OCInitStructure; __IO uint16_t CCR1_Val = 54618; __IO uint...