I have an application where the MCU wakes up every 1 hour via RTC. Additionally, I have some GPIOs that wake up the MCU, count pulses, and go back to sleep. Unfortunately, the GPIOs interfere with the RTC, resetting its configuration. I want that whe...