Question
Input Trigger capture sources on STM32G4xx
I have an application where I want an external input logic signal to capture a Timer counter value. In my situation the timing measurement is critical so I'm thinking of having the input signal trigger a Timer counter value capture and set a DMA interrupt.
I'm using the STM32G431 device and have read the Reference Manual but want to confirm: Does the input signal need to come in on a pin designated as TIMx_CHn or can I use a pin designated as GPIO input? The answer determines whether I need to rework a board :(
