Question
Hi, I'm testing a CubeMX project for a stm32L010 proprietary board using HSI and LSI clock sources (default) on a nucleo-64 EVB; in both cases I have a problem of code immediately when running SystemClock_config() in main.c,
I don't understand what's wrong as only auto generated code is involved; execution enters a dead lock waiting for a tick by HAL_GetTick() but no tick interrupt are invoked.