Resolved! Debug stuck in LL_RCC_PLL_IsReady
Posted on April 09, 2018 at 16:58 Hello, I have a Nucleo-L476RG and I am trying to debug using openocd. I am able to reach main() function, but when it calls SystemClock_Config() get stuck in:while(LL_RCC_PLL_IsReady() != 1) The firmware...