#include "myTIM.h" #include "stm32h743xx.h" void myTIM6_configure(void){ // update interrupt ivent TIM7->DIER |= TIM_DIER_UIE; } void myTIM6_start();