I'm working a DSP of 66AK2G12 in a baremetal environment referring to this FAQ.
GPIO is operating well without any problems. Now, I'm going to set another gpio pin of EVMK2G as input and use it as an external interrupt.
I tried to achieve the purpose by modifying the contents of GPIO_soc.c, but it has not been successful yet.
GPIO_socSetInitCfg(), GPIO_setCallback(), and GPIO_enabledInt() functions were used with GPIO_init() functions. Is there something wrong with my method?
The gpio callback function still does not work.
I couldn't find an example for EVMK2G in the CSL folder.
Please enable gpio interrupt in the baremetal environment and attach an example of ISR running when an external interrupt occurs.