Search found 1 match

by snoutmate
Mon Oct 01, 2018 2:13 am
Forum: ESP-IDF
Topic: ESP32 system time ocassionaly jumps back ~54 seconds
Replies: 0
Views: 2179

ESP32 system time ocassionaly jumps back ~54 seconds

Hello, I noticed that the system clock (esp_timer_get_time()) on our app sometimes(1-2xhour) jumps back ~54 secs. Looking through the esp-idf timer code, i see the rollover of the internal 32-bit usecs clock is around the same value, so it seems rollover happens without all the rollover-handling cod...