2019-11-14 01:49 PM
Hello everybody.
I am developing some test firmwares on a STM32L475 discovery kit.
After some working programs using RTC alarm, now I need to do some experience with the more powerful standby mode.
I need to set a fixed timer using the RTC in order to wake up the system periodically to perform some tasks. I want to use the RTC, no external interrupts.
Can anybody help me with a code example?