STM32F0 discovery - How to generate exact number of PWM pulses?
Hi,I am using STM32F051R8T6(used in STM32F0 Discovery). In my application I need to provide clock input to a device to read specific number of bytes at a time and stop the clock. I am currently using the idea of generating PWM from timer 1, provide t...