Hi allI have a problem with interrupts on my STM32G474VEH6 based board. Timer 6 generates an interrupt every 1ms. Program crash at HAL_TIM_Base_Start_IT(&htim6);But after resetting the power of the board, the software starts working correctly.The sam...