Skip to main content
Visitor II
June 3, 2024
Question

Problem with external interrupt in PIN B2 stm32h753

  • June 3, 2024
  • 1 reply
  • 1067 views

Hello,

I am working on a project with STM32H753XI mcu and with external interrupts. The problem is that I cannot take an interrupt to PIN PB2. 

Specifically:

1.The Pin is configured as Rising Edge Interrupt (Also tested as falling edge and rising falling edge).

2. The Interrupts in EXTI Line 2 are enabled with high priority. (I have tested to PI2 and I can take the interrupt).

3. The clock to port B is enabled. 

4. I can read The Pin changes of the status (High-Low) from mcu. (I have tested this with the GPIO debbuging tool from keil and I see the changes and also with Polling the Pin). 

The problem is that the mcu do not enter the callback function. I have tested with other pins and the mcu enters the callback function and all the system working as expected. Any Ideas?

Thanks In Advance, 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    July 13, 2024

    Dear @SEfte.1 ,

    can you share your code or any reduced SW able to reproduce it using PB2 for our community sanity check and help . It is a strange description / behavior .

    Ciao

    STOne-32