STM32L431: Enable EXTI on a Pin Number Used as UART RX on a Different Port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-17 7:47 AM - last edited on ‎2025-02-17 8: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.
- Labels:
-
GPIO-EXTI
-
STM32L4 Series
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-17 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-17 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-17 8:26 AM
Furthermore, it is not possible to configure two pins of the same number as EXTI inputs.
