Processor: C6747
CCS: 4.1.2.00027
BIOS: 5_41_02_14
PSP: 01_30_01
The wiki "Configuring GPIO Interrupts" states: "When using a bank interrupt you should read the INTSTAT register to see which GPIO interrupts have occurred. Upon servicing that interrupt you must clear the corresponding INTSTAT bit by writing a 1 to it."
In file "Gpio.c" there is a function "Gpio_clearInterruptStatus" that "is used to clear GPIO pin interrupt status" or "is used to clear the interrupt status in a bank"
Is there a GPIO API to read the GPIO INTSTAT registers?
Thank you,
Mike