Internal RTC resetting on shutdown mode
Hi, I have a device using an STM32U575 and I'm using the internal RTC to keep date and time, due to it being battery operated it goes into shutdown mode for most of it's operating time. The problem I'm having is that the RTC loses it's date and time values in shutdown mode, I tested putting it in standby mode and everything works.
The datasheet and reference manual both say that as long as the clock source for the RTC is the LSE, it should keep working even in shutdown mode, so I'm really confused with this behavior.
I'm still testing a couple of things to see what could be missing/added, as it is a very complex project and someone in the team might have added a line somewhere they shouldn't have or something like that.
Note.: I can give bits and pieces of the code pertinent to the RTC, but cannot give too much of the code due to it being from work.
Any help you can give will be very appreciated. Thank you in advance.
