cancel
Showing results for 
Search instead for 
Did you mean: 

In STMCubeMX NVIC is enabled and in the interrupt mode which to select ?

SS_135
Associate II

Dear Team,

Need guidance for the selecting the interrupt there are two types are available external interrupt mode and external event mode, in our condition the GPIO will be high "logic level 1" normally when the interrupt initiated the GPIO pin will go to "logic level 0" then the interrupt program will run

In STMCubeMX NVIC is enabled and in the interrupt mode which to select ?

PFA of project files in rar format

Regards

Sudeendra S

1 REPLY 1

Pick GPIO pins, and thus EXTI, you want to use for falling-edge interrupts. Low order EXTI can be individual interrupt per pin, higher order ones group multiple pins per interrupt.

Review the Reference Manual for your part to understand the EXTI implementation.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..