cancel
Showing results for 
Search instead for 
Did you mean: 

Setting GPIO interrupts for two identical pins

pass3master
Senior

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?

1 REPLY 1
Karl Yamashita
Lead III

Architecturally it's not possible even if you enabled them in FW. Only one will physically interrupt.

Tips and Tricks with TimerCallback https://www.youtube.com/@eebykarl
If you find my solution useful, please click the Accept as Solution so others see the solution.