Starting a timer on a GPIO input rising edge
I'm trying to set up TIM2 timer on my NUCLEO-H743ZI2 board (STM32H743ZI MCU) to start TIM2 timer on a rising edge of a GPIO input pin. I'm using STM32CubeIDE with STM32CubeMx plugin. Is it possible to set up the hardware to start the timer automatically without calling HAL API to start the timer from the GPIO EXTI interrupt callback function? The timer seems to have lots of trigger inputs for this, but I'm not sure how to route GPIO inputs to timers. Thanks!
