cancel
Showing results for 
Search instead for 
Did you mean: 

configuring interrupt in stm32f205

aamirali641989
Associate II
Posted on June 21, 2013 at 11:13

Page 164 of RM0033 shows that EXTI0 can be used for Px[0], EXTI1-Px[1]... and so on only.

That means if I used PA0 pin as interrupt somewhere then I can used PB0, PC0... pins as interrupt source any more???
1 REPLY 1
Amel NASRI
ST Employee
Posted on June 25, 2013 at 18:46

Yes it is the case.

Only 16 interrupts can be simultaneously used when the EXTI lines are connected to GPIO pins. In fact, an interrupt cannot be configured in PA1 & another one in PB1 for example at the same time.

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.