Resolved! STM32H723 Hanging on 'wait till LSE is ready' when using LSI
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...