STM32U535: high current consumption on VBat pin then the battery is discharged
In my device based on STM32U535, I use the internal RTC with LSE with external 32.768KHz crystal as the clock source. The VBat pin is powered with an external rechargeable battery. The charging is done externally, and the internal VBat charger is not activated (VBE bit of PWR->BDCR2 register is not set).
When the voltage on VBat pin is in the working range (above approx.1.65 V, which is the minimal VBat voltage according to the datasheet), the current consumption in VBat circuit is about 0.7..0.8 uA. But when the battery is discharged below this threshold, the current consumption suddenly increases up to 8 microampers, and then is slowly decreasing while the battery is being discharged and the voltage is decreasing. And if I power up the MCU again after that, the battery domain is reset and the time is lost.

Why does the high VBat current occur? Is it described somewhere in the datasheet? Could it be caused of some misconfiguration of the battery domain?
