2020-08-28 03:51 AM
Hallo.
I wanna generate a PWM on an GPIO. I can't configure the pin in STM32MXCube as Timer output.
What can I do ?
Solved! Go to Solution.
2020-08-28 07:49 AM
Set up a periodic timer interrupt and toggle the pin in the interrupt. Timing won't be exact, but it may be good enough.
2020-08-28 07:49 AM
Set up a periodic timer interrupt and toggle the pin in the interrupt. Timing won't be exact, but it may be good enough.