Hi ,
We have designed a custom board using the Am1808. Instead of using the AINTC to service the interrupts on the GPIO's we have been trying to do it directly by polling the interrupt status register in the GPIO REGISTER MAP.
- We haves tested this out on the some of the baks by configuring the pins int he bank to GPIo's using PINMUX.
- Suprisingly, the INTSTATUS REGISTER, shows the interrupt status only for banks 7and 8 . Where as for the other banks although the GPIO pin value toggles( obeserved by using the INREG/READREG), the INTSTATUS REG does not capture this. WE have cross checked if the interrupt (rising/falling) is correctly enabled and if the BINTEN for the corresponding bank is programmed correctly.
- All the prerequisite settings for the GPIO interrupt enabling is set yet the interrupts for specific banks is not getting detected.
Siddharth