2025-02-17 07:47 AM - last edited on 2025-02-17 08:40 AM by Andrew Neil
Hello,
I would like to configure PA11 as an EXTI pin. I know that there exists the hardware limitation that there cannot exist two pins with the same pin number in different ports configured as an EXTI pin (I.E., I could not configure both PB11 and PA11 as EXTI inputs). PB11 is already configured as a UART RX pin. Will there be any conflict if I now attempt to configure PA11 as an EXTI input pin, I.E. a low bit being received by PB11 triggers the EXTI interrupt on pin 11? Or does this conflict only occur when two pins of the same number are both configured as EXTI inputs?
Solved! Go to Solution.
2025-02-17 07:51 AM
Hello,
No. There is no relation between UART Rx and EXTI interrupt. These lines are totally different. No risk to get EXTI triggered by the UART Rx.
2025-02-17 07:51 AM
Hello,
No. There is no relation between UART Rx and EXTI interrupt. These lines are totally different. No risk to get EXTI triggered by the UART Rx.
2025-02-17 08:26 AM
Furthermore, it is not possible to configure two pins of the same number as EXTI inputs.