2023-08-14 07:34 AM
If I register a callback function for GPIO EXTI and I have EXTI on multiple ports for the same pin (e.g. PA0 and PB0) how does the callback distinguish between the ports when the event triggers?
Solved! Go to Solution.
2023-08-14 07:49 AM - edited 2023-08-14 07:51 AM
You can't have EXTI enabled on the same pin number of multiple ports. It's a hardware limitation.
2023-08-14 07:49 AM - edited 2023-08-14 07:51 AM
You can't have EXTI enabled on the same pin number of multiple ports. It's a hardware limitation.