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 ...