User Activity

Description:I'm running Timer 3 to produce a continuous PWM output on Channel 1.I'm also running Timer 1 in slave mode to Timer 3, in PWM one shot mode with the Repetition Counter set to 5 and the Update Event Interrupt enabled.This causes Timer 1 to...
Using an Advanced Timer (Timer 1 in STM32H743ZI) in PWM One-Shot mode, and using the Repetition Counter, I generate a string of 5 pulses. For each pulse, I generate a Capture/Compare Interrupt and have a CallBack routine (using "HAL_TIM_PulseFinished...