Timer Update Interrupt not working
I use timer 6 with stm32F7 MCU. The project is generated with CubeMx.Here are the initialize function:static void MX_TIM7_Init(void) { TIM_MasterConfigTypeDef sMasterConfig = {0}; htim7.Instance = TIM7; htim7.Init.Prescaler = 0; htim7.Init.Co...