STM32L4xx TAMP/BKP register use problems
Greetings,
I'm attempting to make use of the tamper backup registers.
I am enabling the RTC and have using LSI as the clock source.
ROP is not enabled, I am not using the TAMP input pins, and i am debugging via SWD.
As it is at the moment, writing a value using LL_RTC_BKP_SetRegister() then immediately reading back the value using LL_RTC_BKP_GetRegister() always returns a value of 0.
I've read through the reference manual. There does not appear to be mentioned any other peripherals/clocks/flags that need to be enabled before using the backup regs. Is that correct?
Thanks in advance!
