Name Start Address Type Access
RTC_TIME_S 61500 UINT32 R
SYSTEM_COUNTER_10KHZ 61502 UINT32 R
RTC_TIME_S
- Address: 61500
Read the current time in seconds since Jan, 1970, aka Epoch or Unix time. This value is calculated from the 80 MHz crystal, not the RTC 32 kHz crystal. Non-pro devices do not have a real time clock, so the reported time is either seconds since device startup or the time reported by the network time protocol over Ethernet. Pro devices have a real time clock that will be used to initialize this register at startup, the time can then be updated by NTP.
  • Data type: UINT32  (type index = 1)
  • Read-only
  • T8:
  • T7:
  • T4:
SYSTEM_COUNTER_10KHZ
- Address: 61502
A 10 kHz counter synchronized to RTC_TIME_S. This register can be appended to RTC_TIME_S as the decimal portion to get 0.1 ms resolution.
  • Data type: UINT32  (type index = 1)
  • Read-only
  • T8:
  • T7: