SCTimer/PWM equivalent in STM32?
I have a circumstance where two PWM outputs are required, and they must be precisely coupled together. A number of the other big guy's LPC micros included an SCTimer/PWM (that's State Configurable Timer...) which, without too much magic, allows a first PWM to create events on other physical outputs at programmable delays. That is the SCTimer can generate its own PWM output and also a second but unique PWM output at an exact interval relating to the first PWM.
Is there any similar animal in the STM32 menagerie? If there is I'm sure it's called something other than SCTimer (which might be a trademark).
Otherwise, is there any way to accomplish the same thing? That is to generate a PWM (no biggie there) but also a second PWM related to but different from the first PWM?
Thanks for any thoughts!
