HRTIM single shot burst generation
Is it possible to configure HRTIM to generate single burst of "n" pulses (triggered by external signal) ?
It is simple to do with advanced timers (TIM1, TIM8). Just enable "one-shot" mode, set repetition counter to "n", set period and compare channel (pulse period and width) and enable trigger (from ETR input).
But if i read datasheet correctly, HRTIM repetition counter works in different way and i can't see simple way how to generate triggered burst of pulses. I am able to generate single pulse triggered y external event, but how to generate burst ? I can't stop HRTIM by software because of tight timing - pulse periods can be shorter then core reaction time.
