What different ways are there to automatically wake up from sleep and stop mode.
Example. The MCU should wake up automatically every 5 seconds. This is possible with the RTC. But are there other ways to achieve this? (so not using the rtc?) Timers don't seem to work because the clock is turned off.