Resolved! Configuring the encoder function on Timer 2 and 3 of the STM32F767 Nucleo board not working
Hello!Problem: I am using 3 timers in the Encoder function on the Nucleo F767ZI board. The timers are TIM1, TIM2, and TIM3. The encoder function on TIM1 works perfectly. However, the encoder function on TIM2 and TIM3 is not working. They just count u...