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

Fix mainloop to not lose interrupts #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smurfix
Copy link

@smurfix smurfix commented Nov 1, 2019

While looking for an example WRT interrupt handling and sleep, I found this -lowpower example. However, this example looks like it could lose an interrupt if it arrives while the main loop is not executing the __WFI() call.

In other words, there should be a cm_disable_interrupts() somewhere in there.

Granted that this is somewhat unlikely to happen with this particular example (release the button after exactly one second …), but the rules are different in a real-world program. Thus I extended the example so that people won't copy incomplete code.

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

Successfully merging this pull request may close these issues.

1 participant