-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Hi, @board707
How do I clear the flag when an external interrupt occurs on the STM32F411 processor?
After the interrupt ISR is called, I need to clear the corresponding Flag.
If this flag is not cleared, the interrupt will operate unstable and sometimes even cause deadlocks.
Since Roger Clark's libmaple is now closed, I couldn't find any explanation anywhere.
Do you have any advice?