Replies: 1 comment 4 replies
-
Hi @jmchiappa, If you want to override the core implementation, enable the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to use EXTI0 to generate a software interrupt. It seems to be doable, but the code in interrupt.cpp file seems to not allow interrupt from SWI :
If interrupt or event doesn't come from GPIO (from the SWIER for example), then the event is skipped. I am right ?
If so, what is the recommended way to generate SWI ?
Beta Was this translation helpful? Give feedback.
All reactions