Hello, I can`t figure out how to achieve the following with STM32Cube HAL.I need to setup a timer, that counts to a specific value and generate an Interrupt. After this, the timer needs to keep counting up, until it overflows. This Overflow should al...