I want to set the Timer/Counter of STM32 as such that it(timer) should START by the external trigger on one GPIO pin and should STOP by another GPIO pin of the STM32. After stop I want to have the value of counter OR the time elapsed from START pulse to STOP pulse. Basically I have two pulse signal and I want to measure the delay between them using only STM32.
Any help would be appreciated.
Any help would be appreciated.