cancel
Showing results for 
Search instead for 
Did you mean: 

external interrupt firing without any EXTI line set

bruzzim
Associate II
Posted on February 25, 2010 at 12:37

external interrupt firing without any EXTI line set

2 REPLIES 2
Tomas DRESLER
Senior II
Posted on May 17, 2011 at 13:41

It's recommended to configure GPIOs in input mode, then clear EXTI flags and last enable the EXTI mask register.

Be aware that EXTI has asynchronous inputs and react on glitches even below 10 ns!
bruzzim
Associate II
Posted on May 17, 2011 at 13:41

Thanks, this was the problem.

Best regards,

Freddie