G4 MCU in OnePulseMode on TIM3, how to set default (idle) value to low
I have successfully set up this timer to output one high pulse with following low state.
However after finishing the period the output toggles to high until next activation.
I need it to be low inbetween activations. How can this be achieved?
I tried all combinations of PWM1 and PWM2 with high and low polarity.
Delay->Pulse is no problem but Pulse->Pause always sets the Idle value wrong.