stm32g0 timer input capture division does not work
Hello!Using TIM1 for pwm input capture.Works OK for trigger prescaler 1 (default).Want to use prescaler 4, but it doesn't work. Capture value the same as prescaler 1. Timer config:void FC_SERVO_1_TIM1_Init(void) { // USER CODE END TIM1_MspInit GPI...