Current consumption in nrf52833, sdk version 2.9.0 , not able to use : pm_state_force(0u, &(struct pm_state_info){PM_STATE_SUSPEND_TO_IDLE, 0, 0});

I am getting an error of  "undefined reference to `pm_state_force" .

Also, the output files, config file is not showing the command :  CONFIG_PM=y

prj.conf file has : 

CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y

Related