Project generated by STM32CUBE-MX does not execute past the initializations
I generate a project for processor: STM32L4A6VGT6 and open it in Atollic TrueStudio and start debugging with ST-Link (V2).
The processor excutes, stops at main, as it should. I can step through the initializations correctly. After the last function (in a very simple project) the SystemClock_Config() function starts execution and at the end of this funcion, instead of going to the next C instruction of "while(1) " the processor goes somewhere from where it does not return
Am I missing some a step in using the CubeMx generated project in TrueStudio?