Need to read the encoder signals with frequency 1.8MHz using timer input capture using STM32H743 Eval board.
I have configured the TIM3 in input capture with following configurationPrescale - 1Period - 0xFFFFCounter mode- UpDivision - 0Repetation counter - 0ISR reads the counts accurately if the encoder signal frequency is within 100KHz, but increasing the ...