How can the cortex M4 access to RTC Timestamp?
Hi,
I would like to read the timestamp value of the RTC. I see that only the Cortex A7 have access to it and the documentation on the wiki does not give any clue to how we can read the timestamp from the m4.
On the linux side i can easily obtain it:

I know i can make a small service that gets the timestamp and sends it to the M4 using the rpmsg channels, but i would like to know if there is a better way to do it?
Thanks
