Why the LSERDY FLag is not getting set in RCC_BDCR resistor??
HI,
In my design, i am using stm32h7 micro controller. I am using RTC clock using LSE clock source.
in LSE_READY_BIT was not set. How to debug the issue..
I am generating the code from CubeMX. The LSE crystal was selected in Crystal/Ceramic Resonator. while running the program, RCC clock config is not getting completed due to LSERDY_FLAG not getting set in RCC_BDCR registor.
1) How to know and how to verify the LSERDY_FLAG is set or not??
2) How to find whether the problem is in software or Hardware and how to validate??
Thanks,