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 == T...