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)
{
}There was a 32.768kHz crystal on the board, but I have decided not to use this, and tried disabling, and now removing it from the board too.
I also tried LSE in bypass mode with 32.768kHz signal from a generator, but it seems to hang at the same place.
When I first programmed the device, with a release build using LSI, this worked and the processor booted to the user application, and this worked through several power cycles, but once I try to debug it locks at the same point and I can't do anything to recover it.
this is now 2x PCBs that have same behaviour.
