I want to manually generate Event 65 as an interrupt event to the CPU (from the C6455 System Event Mapping, 65 = GPINT14 GPIO interrupt)
I do this in the code:
INT_CTRL_REGS->EVTSET[2] = 0x2; //ES65
Is this enough? I must be missing something since the interrupt isn't getting generated (HWI never fires)