-
Notifications
You must be signed in to change notification settings - Fork 20
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
How to tell if awake or not #37
Comments
You can use I_GET_WAKE_READY Line 495 in b80e802
|
I saw that, but i read that to mean "its ready to be woken up", not "is already awake" Is that what it means then? |
Same thing, just invert the logic around it. If I_GET_WAKE_READY is 0 then it means it's not ready to be woken, ie. it is already awake. You can basically read it as "I_IS_SOC_ASLEEP". |
Ah I see, gotcha. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to know whether the SoC is awake or not from the ULP?
Is there a HULP macro or other way to know?
Thanks
The text was updated successfully, but these errors were encountered: