2020-12-15 08:59 AM
Hello,
I am using an STM32F4.
I need my mcu to go to sleep (preferably a stop) and i want it to be able to wake up because of a pin or a set timer.
My problem is that i am not able to know how much time has elapsed when i wake up because of a pin.
Does anyone have an idea of how i can do that ?
Solved! Go to Solution.
2020-12-15 12:47 PM
Check if you can use the RTC for that and maybe the RTC time stamp mode.
2020-12-15 12:47 PM
Check if you can use the RTC for that and maybe the RTC time stamp mode.