I have an external device generating an interrupt signal on GPIO_98 pin (which is channel 2 on GPIO module 4). I would like to find out what interrupt number is it corresponded to, would that be the EVENT number 76, or the IVA2_IRQ[31] number I should set to the HWI object on Tconf ?
bios.HWI.instance("HWI_INT4").interruptSelectNumber = 76 or 31or something else;
Thanks,
/Chi.