Can the same timer with different channels be used to generate PWM and capture input on STM32G474VE?
I am using the Advanced and General purpose timers on the STM32G474VE for PWM generation and Input capture.
Is it possible, for example, to use TIM4 Ch1 to generate PWM output and TIM4 Ch2 to be used as Input Capture simultaneously?
If these 2 features are used on different channels of the same timer are there any timing issues that could prevent me from using them simultaneously to drive, for example, a PWM controlled fan with a Tachometer that generates signals for the MCU?
