cancel
Showing results for 
Search instead for 
Did you mean: 

EXTI limits for STM32L562

Leroy3
Associate II

STM32CubeIDE does not give me an options to select PE15 as an external interrupt source.

The documentation , RM0438 suggests there are 15 possible external interrupts.  Which is true?

1 ACCEPTED SOLUTION

Accepted Solutions
Sarra.S
ST Employee

Hello @Leroy3

It is possible to select PE15 as GPIO_EXTI15 

SarraS_0-1701705618563.png

Could you share a screenshot of your issue 

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.

View solution in original post

2 REPLIES 2
Sarra.S
ST Employee

Hello @Leroy3

It is possible to select PE15 as GPIO_EXTI15 

SarraS_0-1701705618563.png

Could you share a screenshot of your issue 

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.

Leroy3
Associate II

Yes.  That was my mistake.  Somehow I accidently setup PB1 and PB2 as EXTI instead of outputs.  And didn't notice the possibility to select a pin as an external input source.  Thank-you