Quadrature changes my frequency to random values.
Hi,I've been trying to have a output quadrature and I somehow managed to do it with this code. void TIM3_Configuration_positive_quadrature(void) { TIM_OCInitTypeDef TIM_OCInitStructure; int Period; Period = 1000 / 1; // 1 Hz - 1 second on, 1 secon...