Question
Is it possible to trigger an event with the same timer used for a PWM generation?
Hello,
Working on STM32F030R8 nucleo board, using MXcube, i am trying to use the same timer as the one who is used to generate a PWM output.
For this, i am used to use HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef* htim) with if(htim->Instance == TIM1) but nothing happens whereas it does for other timer with the same settings.
Maybe the way to used the same timer event is different because already used for PWM, is it ?
Thank you,
