Resolved! Fastest way to read RTC
I have an app where I timestamp all the data I get from a bunch of external devices. I'm trying to come up with the fastest way to read the RTC and have 2 approaches, one using snprintf and some LL driver code that's pretty easy to read. It's not m...