STM32H7 HRTIM Single-shot mode
Hi, I want to use HRTIM to generate active low pulse of width 50ms. The functionality is to generate single 50ms pulse to enable external counter IC. Are there examples to configure HRTIM in single-shot mode.
HRTIM kernel freq is 200MHz. Prescaler is 4=50MHz. This gives 20ns resolution on counter. For 16-bit counter, we can generate pulse width of 1.310ms. How to generate pulse width higher than 1.31ms?
Thanks!