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.