You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The event sent after reset or after receiving the 'T' command should not fill the random content stored in RTC when there was no sync at all. This only occurs if there is no MRAM available (e.g. when using a developer board) and the RTC Power was not buffered by Capacitor.
The text was updated successfully, but these errors were encountered:
There are 2 path in init code which do not set RTC to 1.1.1001 (or a correct synced value from G-RAM):
if RTC oscillator is not running and not started/stable after 400ms (status -> RTC_STAT_XTAL_ERROR)
if RTC is running, G-RAM Checksum is ok BUT the status prior to Reset was 'Not synced' -> here we should expect a 'valid RTC' somewhere after 1.1.1001 but not Random content !!?
The event sent after reset or after receiving the 'T' command should not fill the random content stored in RTC when there was no sync at all. This only occurs if there is no MRAM available (e.g. when using a developer board) and the RTC Power was not buffered by Capacitor.
The text was updated successfully, but these errors were encountered: