STM32G4: trigger one DMA stream by both capture & overflow/update timer events?
I am trying to capture timestamp values using STM32G474RE. Requirement I need to route: COMP1 output -> Timer input capture COMP2 output -> Timer input capture On each comparator edge, the timer should capture the current counter value and transfe...