This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0L1306:About GPIO interrupts and events

Part Number: MSPM0L1306
Other Parts Discussed in Thread: SYSCONFIG

I think there are three events: "CPU_INT", "GEN_EVENT0", and "GEN_EVENT1".
"CPU_INT" is used for interrupts, and when the flag is set, a subroutine (INT_GROUP1) is executed.
I wonder if "GEN_EVENT0" and "GEN_EVENT1" have an interrupt destination like "CPU_INT", and when the flag is set, the specified subroutine is executed?

Also, I would like to know how to set "GEN_EVENT0" and "GEN_EVENT1" and how they behave during execution.