Single timer for encoder on Channel 1 & 2 and PWM generation on Channel 3?
Hi. I'm using the STM32F407VE6 Microcontroller board. Is it possible to use a single timer to generate PWM from channel 3 and read the encoder values from channel1 & 2 of the same timer?
When I tried using 2 different timers, one for PWM and the other for the encoder it worked fine.
If it's impossible to use the same timer for both operations, why are channels 3 and 4 available for PWM generation?
