2025-09-29 1:11 PM
This should be a simple use case but to my surprise it does not seems obvious how to do it. Say I have 3 PWM channels in the same timer, how do I turn them on simultaneously?
If I do
2025-09-29 4:11 PM
Configure timer in Slave mode: Trigger mode
The counter can start in response to an event on a selected input.
In the following example, the upcounter starts in response to a rising edge on TI2 input:
Details in Reference Manual for uCPU