Tool/software: Code Composer Studio
Hi,
We are trying to test the interrupt in 66ak2g12.
We are trying to configure GPIO1_1 as interrupt pin.
Interrupt is working for the configuration muxEvtSel = 1 alone (GPIO_socSetIntMux(1,1,NULL,1)) .
When i use muxEvtSel value other than 1 i.e between 0 to 31, interrupt is not working.