Resolved! How to read Timer Capture triggered by software
I have an application where I am using an external signal to trigger TIM8_CH1 to do a capture and generate a DMA interrupt where I then store the counter value. I want to perform a similar action on an internal firmware (FW) signal. I want to store t...