Resolved! [BUG] Wrong timer interrupt handling in HAL for STM32L496
Hello,the following code is generated by CubeMX 6.11.1 in module stm32l4xx_it.c:/** * @brief This function handles TIM1 trigger and commutation interrupts and TIM17 global interrupt. */ void TIM1_TRG_COM_TIM17_IRQHandler(void) { /* USER CODE BE...