cancel
Showing results for 
Search instead for 
Did you mean: 

All EXTI interrupts work except PA3

HMSEdinburge
Associate II

Hello,

It's a discussion continuity of the thread: https://community.st.com/t5/stm32-mcus-products/ext-interrupt-conflict-on-stm32h7/td-p/742235
I replace PA3 instead of PA1, now all interrupt sw works except PA3... whats happen to this PA3 interrupt??

 

4 REPLIES 4
SofLit
ST Employee

I don’t know. 

Did you test the example I shared as it is or not? 
Do you confirm you are using STM32H723 NUCLEO board? PA3 is on CN9/pin 1:

SofLit_0-1731570828434.png

It's working from my side.

 

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.

yes, i use your switch case, and its working! thanks. But PA3 still not...

Primary check with scope PA3 states, and secondary only one EXTI3 can be used. Check dont code other GPIOX3?

Are you using CN9/pin 1 as EXTI input? PA3 to be connected to GND to trigger the EXTI interrupt.

At this stage, you need to check if the IO is not broken. Could you please try to toggle that PA3 pin?

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.