How to use WAKEUP pin to wake up from low power idle mode and suspend mode?

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

How to use WAKEUP pin to wake up from low power idle mode and suspend mode?

952 Views
dashdwan
Contributor III

Development kit: SLN-LOCAL2-IOT

Processor: i.MXRT 106s

Hi,

I am trying to enter into a low power mode and wakeup from there using the WAKEUP pin in the processor. But I am unable to do so in the SUSPEND and LOW POWER IDLE mode. Could anyone suggest the configuration changes to be made in order to do so? It would be more helpful if you could provide any reference code for this.

Thanks in advance.

Labels (1)
0 Kudos
1 Reply

940 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello

Hope you are well.
It is possible to configure a pin to wakeup the device from Suspend and Low Power Idle:

Omar_Anguiano_0-1636585015967.png

To do this I suggest you refer to the RT1060 power_mode_switch example. The wakeup pin is enabled through the GPC module.
From this example, the function that enables the wakeup is "APP_SetWakeupConfig()".

Omar_Anguiano_1-1636585114264.png

If you have more questions do not hesitate to ask me.
Best regards.
Omar

0 Kudos