Replies: 5 comments 3 replies
-
What features would the implementation require? What is your use-case for using the RTC? |
Beta Was this translation helpful? Give feedback.
-
Ideally the API would implement the libc and libc++ interfaces for time and date, right? So the interface is kinda already defined, which is nice. |
Beta Was this translation helpful? Give feedback.
-
A libc and libc++ API would be perfect! One use-case is a mobile data logger, that doesn't have a permanent power supply. |
Beta Was this translation helpful? Give feedback.
-
Note that modm is not designed for doing anything fancy with power (neither sleeping, nor purely interrupt based operations, nor non-volatile storage, nor partial power operations), so check if you can meet your power budget before relying on modm too much. |
Beta Was this translation helpful? Give feedback.
-
I am interested on contributing to this area. My use case is to set up DateTime in the STM32 using a communication protocol like RS422 and then being able to retrieve a timestamp with millisecond resolution. This would be handy when storing data logs in flash. I was thinking on using two separate variables for this purpose:
Similar to the I am currently working on the G4 family but probably the driver can be used for other families too. How and where should I start this journey? I have contributed before with examples and fixes but this would be my first time with an actual driver contribution at modm. Any advice and recommendation is more than welcome. Thanks! |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have support for the internal RTC of the STM32F103 series.
Beta Was this translation helpful? Give feedback.
All reactions