Using EXTI on different port with the same pin number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-03 4:58 PM
Hello, is there any way to use EXTI simultaneously in different ports with the same pin number?
Examples for MCU STM32L071CB:
Using PA4 and PB4, or
Using PA10 and PB10, or
Using PA6 and PB6, and so on
Solved! Go to Solution.
- Labels:
-
GPIO-EXTI
-
STM32L0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-03 5:31 PM
No, there is not. For a given pin number, only one port can have an active EXTI at a time.
This is a hardware limitation, see SYSCFG_EXTICRx for the underlying hardware limitation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-03 5:31 PM
No, there is not. For a given pin number, only one port can have an active EXTI at a time.
This is a hardware limitation, see SYSCFG_EXTICRx for the underlying hardware limitation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-03 5:39 PM
Thank you for your quick response.
Regards,
Miguel
