Skip to content

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