Resolved! What is the internal clock CK_INT for the STM32H7 timers?
The STM32H743 datasheet says nothing about clocking the timers. Reference manual has a chapter dedicated to each timer's counter clocking. For each type of timer the only clock is so called "Internal Clock" CK_INT . What is it? Opened my project's Cu...