Doubts in generating fixed number of PWM Waves
I am trying to generate a fixed number of PWM Waves using stm32f407. I called both functions HAL_TIM_Base_Start_IT(&htim2); HAL_TIM_PWM_Start_IT(&htim2,TIM_CHANNEL_1); and in the ISR void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) {...