Hi,I have these two functions ( see below ) that simulate, respectively, a positive and negative quadrature. void TIM3_Configuration_positive_quadrature(void)
{
TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;
TIM_OCInitTypeDef TIM_OCInitStructure;
...