Hi Edgar
Which version of NCS are you using?
Regards
Runar
My version is Zephyr v3.7.99, NCS v2.9.0
Thanks. As far as I know the 52 series only support the power state system on and system off as mention here. Regarding pm_system_suspend() that is not a function you should call, but it is called by the kernel to inform listeners if enabled by CONFIG_PM. You can read more about the Zephyr power management system here.
Regards
Runar
I have abandoned pm_system_suspend() and switched to pm_policy_next_state. Below is my code for this including PM notifiers:
Hi runsive,
I would appreciate feed back from you regarding my recent message.
Regards,