How to mapping GPIO to be PINT for wakeup source in LPC55s69 #76574
-
Hi all, I'm try to using GPIO0_6 under PINT group for wakeup source. Study the code from MCUXpresso IDE, it's GINT example and shows some steps are necessary
I follow the GINT flow and try to modify a version for PINT, because I only want to use PIO0_6 to be wakeup source, so my steps as below
Is anyone can shsre more information to me ? Thanks, Mars |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, Mars I think you will find the Zephyr Button sample under "zephyr/samples/basic/button" useful. The button example configures the PINT for interrupt. Within the context of LPC55S69 Sleep Mode, any interrupt will wake the device from sleep. Thanks, Jacob |
Beta Was this translation helpful? Give feedback.
Hi, Mars
I think you will find the Zephyr Button sample under "zephyr/samples/basic/button" useful. The button example configures the PINT for interrupt. Within the context of LPC55S69 Sleep Mode, any interrupt will wake the device from sleep.
Thanks, Jacob