SystemClock_Config() runs over and over
Im using a STM32L412, I've made the config in STMcube but when I run the program (no main code, just the setup routine) it never reaches the main loop. By placing breakpoints I have deduced that SystemClock_Config(); runs over and over again. It see...