2024-11-13 07:37 PM - last edited on 2024-11-20 12:19 AM by SofLit
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??
2024-11-13 10:32 PM - edited 2024-11-13 11:54 PM
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:
It's working from my side.
2024-11-16 05:41 AM
yes, i use your switch case, and its working! thanks. But PA3 still not...
2024-11-16 06:53 AM
Primary check with scope PA3 states, and secondary only one EXTI3 can be used. Check dont code other GPIOX3?
2024-11-16 10:54 AM - edited 2024-11-16 11:00 AM
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?