2021-05-06 12:05 PM
I am looking for a way to save a timestamp from Real-Time-Clock (RTC) with a button press, save that, and store it somewhere. How can I do this?
2021-05-07 12:35 AM
You can either program this manually. Or you can take ready-made examples with HAL or LL from the repository (use RTC_TimeStamp as a search term) that show how easy this is, e.g. with the STM32F412G-Discovery.
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
Good luck!
/Peter
2021-05-07 02:00 AM
2021-05-07 04:09 AM