Set timer update event at a desired T seconds frequency
Hello, I want to generate an interrupt using the timer update event every T seconds at a given MCU frequency F using LL library and a basic timer with STM32L071CB.
Lets say for example that:
T = 5 s
System clock frequency F = 32 MHz
Timer TIM6
It looks like a simple task but it's difficult for me to understand the math behind these operations.