How to completely disable RTC before entering STOP-Mode on STM32L0
Hello
On an coin-cell application I use the STOP mode twice, once with WakeUp through external interrupts, once with WakeUp through RTC. Everything works fine.
When I enter the STOP mode with WkUp through external interrupts, I need to completely disable & stop the RTC, in order to save power (STOP-mode without RTC would be about 500nA less current).
I tried stopping the RTC, De-Init the RTC, etc., but without effort: RTC keeps sucking power.
Any idea on how to stop & disable in runtime the RTC, so it does not consume the additional RTC-power when MCU in STOP-mode?
Many thanks in advance!
Best Regards
Gerardo
