Can input capture on one timer be triggered by output capture events on an other timer on STM32G4?
I'm using CubeIDE and I want to have an output compare event on TIM1 CH1 trigger an input capture event on TIM8. It doesn’t seem like there is a way to do this with normal timer functions and CubeIDE. Is it possible if I work outside CubeIDE?
As a backup, I believe I can also use a DMA transfer triggered by TIM1 CH1 output compare to save TIM8->CNT to memory. Is this a viable solution?
