How to run a function after power key press?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to run a function after power key press?

671 Views
sujay1
Contributor V

I'm using am imx6slevk with yocto bsp, on leaving the board idle for 10 minutes the console goes off(wait mode) and it turns back on when I press the power button,

The requirement is to run a function when the power button is pressed (the function merely turns on 2 gpios). 

I'm not sure how to detect a power key press and which header file to include for the same, does anyone have any idea how to integrate this?

Thanks in advance

0 Kudos
1 Reply

598 Views
igorpadykov
NXP Employee
NXP Employee

Hi Sujay

one can look at gpio interrupt examples

https://community.nxp.com/thread/474144 

How to enable GPIO1 on X27 to act as an interrupt handler for max14830? - Toradex Community 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos