Need to count the pulses from a device using Interrupt in STM32H750VB
Hi, I need to count the number of pulses from a device which is connected to STM32 IC. For counting pulses i have activated the interrupt using Timer 2 and i have used channel 1 (PA0).The parameter setting for enabling and using Timer2 in CUBEMX is g...