|
How to use GPIO Intterupts?
发表于 2015-10-19 20:21:32
浏览:7260
|
回复:1
打印
只看该作者
[复制链接]
楼主
Hi I'am Jeff from Korea.
I want to use GPIO Interrupts for GPIO0_B5 / GPIO_A3 by Input Button.
When I use an interrupt for GPIO0_A7_U, it works fine.
If I push the button once , "Interrupt Service Routine (ISR)" works once.
But If I use it to GPIO0_B5_D, "ISR" works continuously.
I think it happens because GPIO Interrupts only work when it's ACTIVE_LOW.
Here is my question.
How can I use the "ISR" when GPIO working "Rising Edge" or "Falling Edge"
plz help!
thank you! |
|