Changing Pulse makes the frequency half of the original one
Hi, I have this function to simulate a quadrature outputvoid TIM3_Configuration_positive_quadrature(void) { TIM_OCInitTypeDef TIM_OCInitStructure; int Period; Period = 1000 / 1; // 1 Hz - 1 second on, 1 second off duty TIM_OCInitStructure.TIM_OC...