Solved
I'm using a STM32L151CBT, I generated my project in Cube MX and I'm developing the code in the Cube IDE. The problem is that the timer interrupt seems not working.
I'm trying to use the timer interrupt to blink some LEDs while my main is running, but when I run the code I can't achieve the interruption.
