When to stop TIM_DMABurst and how to first start TIM_DMABurst
I try to use TIM_DMABurst to generate exact number of pwm pulses.But I found after call HAL_TIM_DMABurst_WriteStart and HAL_TIM_PWM_Start, it enter HAL_TIM_PeriodElapsedCallback. And then if I call HAL_TIM_PWM_Stop it will stop and generate no pwm. I...