I am trying to use STM32H743VGT6 with RTC peripheral support. If I setup LSE without setting LSE drive capability to HIGH before INIT PLL, the LSE could fail to start at about 10% failure rate.
But if set LSE drive capability to HIGH before PLL initialization, then everything goes fine. The question is is that necessary to set LSE drive capability to high before RTC PLL begins to work?