Resolved! How to configure TIM1 PWM for repetition mode
Im using a STM32F030C8T6 with PWM output to generate a sound output. I would like to use the repetition mode of the TIM1 so it will output the same PWM period 6 times.If I configure the timer and use both HAL_TIM_Base_Start_IT() and HAL_TIM_PeriodEl...