STM32 F446RE: Error in activating timer

@MultipleMonomials I already found it. Indeed, I haven’t enabled the clock for timer 10. that’s why the counter did not start. The function to enable is __HAL_RCC_TIM10_CLK_ENABLE().

Thank you very much for suggesting me.