Configuring Multiple GPIO Interrupts (EXTI0–EXTI10) on STM32G491RE
Hi,
I'm working on an STM32G491RE-based project where we need to configure 10 GPIO input pins as external interrupts. Each of these pins is on a different port and mapped to a unique EXTI line (EXTI0 to EXTI10), so there’s no conflict in EXTI line usage.
Due to current hardware limitations, we're unable to physically test all these pins simultaneously. However, I’d like to know: is it valid and supported to configure and enable all 10 EXTI lines in the firmware?
Thanks in advance!
