Hello guys, I am working with an STM32L071CBT6 MCU. I want to have a cycle of 10 minutes, where MCU works for 1 minute before entering to standby mode during 9 minute.Using RTC, I want to have an interrupt every 1 minute(60 s); but I don't want the ...