STM32L0+: The RTC-Wake-Up_timer with __WFE()-sleep-entry delivers two wake ups instead of one wake up. And this consumes more power then needed.
__WFI(): (Wake up by Interrupt):leads to a one wake up as expected but swallows some interrupts if more interrupt sources are simultaneously produce interrupts. The understanding of this behavior costed me a lot of time. __WFE(): (Wake up by ...