-
-
Notifications
You must be signed in to change notification settings - Fork 16
Nano 33 BLE: micros() function does not work #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Quick update, which shows the issue:
Here is the output:
|
Quick update:
And searching for who has this set: Searching 54762 files for "#define CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER 1"
So Giga/Portenta have it and NANO does not... So I see a couple ways to fix this: The other is, to see if we have some form of rollover interrupt on the 32 bit timer, that we can have something increment another |
While playing with sdfat library found sketch was hanging on test for micro(). Running the following simple test sketch shows micros() always returns 0:
will look more later but off to do other things. Think @facchinm did a pr on the giga for time functions.
The text was updated successfully, but these errors were encountered: