Is it proper way to to count encoder pulses using rising/falling edge interrupt instead of using Timer in Encoder Mode??Because in my application I need interrupt above 80000 pulse count. But here timer is of 16-bit (STM32F103C8T6) so it can only cou...