Good day, I'm developing a remote control using a STM32G and I encounter some problems.For my code i need two timers:Timer1: it has a 1us overflow time and is not handled by any interruption, I just use it to count micro seconds for my delay_us funct...