Hi,
I would like to use GPIO interrupt lines.
AM335X' generalpurpose interface supports up to 128 (4 module × 32 bits) pins.
Meanwhile, the technical reference manual says that
• Interrupts for the GPIO channel must be enabled in the GPIO_IRQSTATUS_SET_0 and/or GPIO_IRQSTATUS_SET_1 registers.
The GPIO_IRQSTATUS_SET_0 and GPIO_IRQSTATUS_SET_1 registers have 32 bit. Then, they covers only 64 (32 x 2) bits not 128 bits ( 4 bank x 32 bits )
Can I use all 128 GPIO pins as external interrupt request input?
Thank you for your help again.
Best regards,
Jay Park