How can I process the TIM12 update interrupt in TIM8_UP_TIM13_IRQHandler? - MCU: STM32F767 -
The TIM12 update interrupt is not occurred in TIM8_UP_TIM13_IRQHandler().However it is occurred in TIM8_TRG_COM_TIM14_IRQHandler()I configured TIM12 update interrupt as below;//TIM4: master -> TIM12: slavevoid MX_Test_TIM4_TIM12(void) { NVIC_Enable...