Resolved! LL drivers PLL initialization
Hi all,I am experiencing some problem with PLL initialization using LL drivers.The code I am using for HSE, PLL and SYS clock is the following:void init_RCC_HSE(void) { //LL_AHB1_GRP1_EnableClock(LL_AHB1_GRP1_PERIPH_GPIOH); LL_RCC_HSE_Enable(); ...