STM32F1 TIM Input Capture prescaler seems ignored, and OC match doesn’t reset counter — expected behavior?
Goal Measure input signal frequency using Input Capture (IC). Generate a regular waveform using Output Compare (OC) Toggle. Problem 1 — IC prescaler appears to have no effect I expected the IC prescaler to capture every Nth edge (e.g., DIV2 → eve...