RTC current time in milliseconds (display in 6 byte hex)
Hello,
I am using an STM32WB55 and am trying to figure out how to get the current time including milliseconds using an RTC and display that time in 6 byte hex format.
I would most likely call the GetTime() based of a millisecond timer if that is the most efficient way to do it.
For example I would like the time to return like this (0x017FB1731312)
Any help or example on this would really be appreciated.
Thanks in advance!
