Skip to main content
Explorer
December 4, 2023
Solved

EXTI limits for STM32L562

  • December 4, 2023
  • 2 replies
  • 1201 views

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?

    This topic has been closed for replies.
    Best answer by Sarra.S

    Hello @Leroy3

    It is possible to select PE15 as GPIO_EXTI15 

    SarraS_0-1701705618563.png

    Could you share a screenshot of your issue 

    2 replies

    Sarra.SAnswer
    ST Employee
    December 4, 2023

    Hello @Leroy3

    It is possible to select PE15 as GPIO_EXTI15 

    SarraS_0-1701705618563.png

    Could you share a screenshot of your issue 

    Leroy3Author
    Explorer
    December 4, 2023

    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