Hi, I'm using STM32L431xx series mcus and I want to perform a read on the RTC time.Normally I would do that with a simple read operation on registers, specifically, the RTC_TR and RTC_DR register, but I am afraid that's not how things were supposed t...