Input Capture Interrupt on TIM4
Hi,
Id need to measure the frequency of an input signal using TIM4. My device is a STM32L475RCT and to do this I've used the TIM_InputCapture example from CubeIDE. In my application TIM1 is not available.
The problem is for the TIM4 I'm not able to set the Input Capture Interrupt from NVIC Interrupt table. How can I do this?
I've also observed the TIM17 is available and I think this timer can be linked to TIM1 somehow. The Input Capture Interrupt for TIM1 is feasible.
Any idea?
regards,
gaston

