Hi everybody. I need to write a program in user space to detect a gpio change status.
According with the datasheet I know I have to set up the following registers:
GPIO_IRQSTATUS_SET_0
GPIO_RISINGDETECT
But now? Can someone show an example about to detect when a particular gpio pin changes its status?
Regards