guan wrote:
Do we know if there are interrupts on every GPIO?
All the GPIOs share a same interrupt source , in the interrupt handler, read the (GPIO_STATUS_ADDRESS) register to decide which GPIO trigger the interrupt signal.
uint32 gpio_status = GPIO_REG_READ(GPIO_STATUS_ADDRESS);Statistics: Posted by costaud — Sun Nov 30, 2014 2:03 am
]]>