Setting GPIO interrupts for two identical pins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-16 3:29 PM
We are developing a software application that uses GPIO interrupts.
We want to set interrupts on the same pins (PE8, PG8), but only one of them can be set to external interrupt mode in the ioc.
Is it not possible to set external interrupt mode for two different ports on the same pin?
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-16 4:42 PM
Architecturally it's not possible even if you enabled them in FW. Only one will physically interrupt.
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-16 4:42 PM
Architecturally it's not possible even if you enabled them in FW. Only one will physically interrupt.
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-23 1:09 AM
Thank you for your reply.
We understand that this is a physical constraint, so I will close this.
