Good morning:
Can I use a pin that has been configured as an interrupt and as a general purpose I/O ?
My application uses a pushbutton that triggers an interrupt on the rising edge. Then the software takes a decision based on the time the button has been pushed (1, 5 or 10 seconds). So I need to be able detect the irq request but also to continue reading the logic status of the pin, without losing the irq capabilities.
Thanks.