Question
Timer Encoder
Hi,
I am using STM32F105 MCU.
I have made a mistake in Hardware and switched two pins around. I have two signals from a encoder which they are connected to MCU in wrong way.
SignalA ---> PC9 (TIM3-CH4)
SignalB ---> PA8 (TIM1-CH1)
I want to use a combined channel in Graphic interface and make an encoder mode. But these pins are connected to two different timers.
Is there anyway I can fix the problem?
Thank you.