How to generate pulse with timer and comparator STM32F0
Hi!I have STM32F051K4Tx mcu. I would like to generate a short pulse of different width at each comparator event without using interrupt. Is this possible? How would I setup timer / comparator for this to work?Thanks.