Timers break and clear behavior in general
Hello. I can't fully understand break and clear funtionality of timers on STM32. In read dasheets and tryed various options for break and clear inputs, but in general it worked in a similar way:
It puts timer output to predefined state untill it overflow (untill next timer period).
And it's not very convenient. In my application timer work in one pulse mode with DMA to generate complex sequences from memory on the haptic motor. Many impulses generates on timer output in ONE TIMER PERIOD. And i want to configure break or clear funcionaluty to put timer output in predefined state and release it asynchronously with timer regardless of its overflow. Is it posible?