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
CircuitPython is not a real-time system. Some interrupt or garbage-collection could have occurred that caused a delay. It could also be an old bug that was fixed. You said you are using 6.0.0, which is from 2020. Also please report what board you are using.
Hi,
This is a Feather S2.
It appears to happen every second, the ~850000000 to ~999999999 are missing. It's extremely regular and there isn't a noticeable execution delay so doesn't appear to be a garbage collection phenomenon. On the surface it appears to cover ~000000000 to ~850000000 over the course of 1 second, i.e. it is not actually counting nanoseconds.
I realize it isn't a realtime system but my understanding is that time.time() fetches this from an RTC.
CircuitPython version
Code/REPL
Behavior
Description
It seems that the nanoseconds part is counting slower than it should be and then plays catch up at the next whole second
Additional information
No response
The text was updated successfully, but these errors were encountered: