TIM2_ETR on Nucleo-f439zi
I have a 1Hz square wave signal with a 50 % duty cycle going into a pin on the MCU.
The pin on the MCU (PA0) is configured to be TIM2_ETR via the STM MX Cube tool.
I am expecting to go into TIM2_IRQHandler() every second, i.e. every positive edge of the external clock.
However, I don't, I just go in TIM2_IRQHandler once just after startup.
Any ideas as to why this is happening ?
