2008-01-19 12:33 AM
Keil STM32_init.c doesn´t set timer1-4 slave mode control registers
2011-05-17 03:21 AM
Hello everybody,
if you are using the Keil Config Wizard with STM32_init.c, even the newest version 1.20 (January 2008) has errors: It doesn´t initialize the TIMx_SMCR registers! However it´s easy to correct: Just add this line to every timer init block: TIM1->SMCR = __TIM1_SMCR; (Don´t forget to adjust the timer numbers accordingly!) Best regards Andi