STM32F4 HAL_RTCEx_WakeUpTimerIRQHandler
While looking at the HAL's RTC code, I noticed that in the IRQ handler for WakeUpTimer, there is no enabling of access to backup domain registers before clearing flag WUTF in RTC register ISR...
Should this not be needed?
When testing in my own implementation, WUTF flag cannot be cleared unless I first enable access to the backup domain registers.
The reference manual (RM0090) does not feel very clear about if this is needed for clearing WUTF.
(this is just one of numerous issues I have with the HAL RTC code and the documentation, but I feel that I may need to know more to determine if it's an error in the HAL code)
