2006-08-09 10:03 PM
2011-05-17 12:31 AM
Hi,
Can someone point me to a button interrupt example for the STR910-EVAL board. Thanks Michael2011-05-17 12:31 AM
Hi Michael,
There is an example of button interrupt in the WIU folder in the examples provided with the standard library. Best regards, STARM2011-05-17 12:31 AM
hi,
I found the problem in WIU example I need to detect a usb cable removal so I'm trying to use pin P75 as USB voltage detecting. In the example I changed the output pin to P70 and when I change the output state the WIU_PR bit related to this pin is set. The GPIO7OUT is configured as 0x0001 I'd like to know if this is a normal behavior.2011-05-17 12:31 AM
Thank you.
Michael2011-05-17 12:31 AM
Hi,
I'm trying to use the WIU demo. If I contine to press the button the IRQ is always asserted. Could you let me know if is possible to assert the irq only with a rising or falling edge?