STM32H5: Adjusting RTC Prescaler Periodically Not Working (Works on STM32H7)
In my project, I use the RTC with LSI and calibrate it by adjusting the prescaler at regular intervals (e.g., once per day). This method works well on STM32H7, but it doesn't work on STM32H5.
On STM32H5, after changing the prescaler, the RTC either stops or doesn't keep correct time.
Why is this not possible on STM32H5
