How to use PM suspend mode in Zephyr and which one?

Hi,

I am working on the nRF52840DK using Zephyr NCS v2.1.2 on Windows.

I am using the Zephyr CAF example. in which I have added my own sensors and it is working fine.

Now I want to put the application into Suspend mode (i.e. System ON mode), and wakeup it is using the Timer, so it will consume less current. 

So which PM function is used for Suspend mode and how to use it?

Is there any sample example for this please suggest.

Any help is greatly appreciated! 

Thanks.

Related