Solved
How to edit RTC Alarm parameters
Hi, I use RTC alarm to wake up from STOP mode I have STM32F030C8T6. During initialization I have set 5s and everything works as it should. But I would need to change the interval to maybe 30s while the program is running. The problem is that the change will not be overwritten. I found that I need to change the ALRAWF register set to 1 in RTC_ISR, but I don't know how to do it. I will be glad for help.
Thank you.
