Resolved! How to identify which timer channel triggered the "HAL_TIM_PeriodElapsedCallback" interrupt?
I am using STM32F302R8, and have setup channels 1 to 5 of TIMER1 in various output modes. In the callback function, I would like to identify which channel generated the interrupt.I am using HAL, and can figure out which timer generated the interrupt,...