Skip to content
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

HAL_PWR_EnterSTANDBY() didn't; replace with HAL_PWR_EnterTrueSTANDBY() #85

Closed
terrillmoore opened this issue Apr 15, 2019 · 0 comments
Closed
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

HAL_PWR_EnterSTANDBY(), due to bug #83, never entered standby; instead it did a sleep. For various reasons, our old code relied on the old behavior. To keep from breaking the old code, we need to change HAL_PWR_EnterSTANDBY() to explicitly enter STOP mode; and add a new HAL_PWR_EnterTrueSTANDBY() that does the right thing. Otherwise, code that used to sleep will now reboot on wakeup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant