2012-07-31 04:25 PM
I have four timers configured to run in external clock source mode 1; TIM9, 12, 3, and 4. TIM9 and 12 work without issue on my SMT3220 G-EVAL boards and I can see the TIMx_CNT registers update. TIM3 and 4 however appear to not capture. Is there an additional register setting needed for these timers?
I have the following:TIMx_CR1 = 0x1TIMx_SMCR = 0x57TIMx_CCMR1 = 0x1TIMx_CCER = 0x12012-07-31 05:01 PM
The APB clocks and the AF pin assignments?