[STM32L4R5] how to configure TIM2 channel3 as PWM input capture, TI3 orTI4 as trigger input
I want to capture several PWM signals, i.e. measure the pulse widthThe reference manual gives an example for TIM2 TI1 that uses channel 1 and channel 2 to measure pulse width and period. Therefore SMCR.TS bits are set to use filtered TI1 as trigger/r...