(STM32F3 Discovery Board) When I set WUTIE bit in RTC_CR register, it sets all other bits in RTC_CR register to zero
I am currently working on a Rust implementation of a STM32f3 Discovery Board hal. As mentioned in the documentation, I am doing the following:Before setting the WUTE bit, I also set the WUTIE bit. My ultimate goal is the trigger a 1 second periodic i...