Posted on May 17, 2011 at 12:34There was an error in the firmware! stm32f10x_tim.c function TI3_Config(TIM_TypeDef * ....... line 2431 is: tmpccer &= CCER_CC1P_Mask & CCER_CC1E_Mask; and should be: tmpccer &= CCER_CC3P_Mask & CCER_CC3E_Mask; #define...
Posted on May 17, 2011 at 12:34Hello! i try to use the input capture function of timer3. summary: timer 3 is used as an up/down counter. channel 1 + 2 are used to create pwm signals on output pins. channel 3 should indicate rising edges of an input ...
Posted on May 17, 2011 at 12:31Thanks, but it didn't work with this settings, because they are already set. i tried the ''software reset'' and it works! is it ok to set to ''software reset''?