2018-09-10 06:35 PM
I'm using a L432KC nucleo for my project. If I have some normal GPIOs (no timer channels) configured as output, how can I give a pulse for a certain period of time? Is this when One Pulse Mode comes to play?
2018-09-11 12:40 AM
You can set a GPIO, wait some time either in a loop or polling the counter or flags of a timer, then clear that GPIO; but the timing uncertainties and may be relatively big.
One-pulse mode is a timer mode thus it can output a precisely timed pulse but is limited to pins which are mapped as timer channels.
JW