User Activity

Hi, I have an STM32H723ZGT which I am having problems with hanging at boot.When debugging, it is stuck at  /* Wait till LSE is ready */ while(LL_RCC_LSE_IsReady() != 1) { }in main.c I currently have LSE disabled and RTC clock set to LSI, but...
Kudos given to