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.

Manually generate interrupt event

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)