System_off Sample project not completely working with bl653

Hello,

I am trying to run the system_off sample project to measure some low power currents. The sleep works as expected but once it reaches:

	pm_power_state_force(0u, (struct pm_state_info){PM_STATE_SOFT_OFF, 0, 0});

It does not go into deep sleep and gets stuck in the while loop afterwards. Any idea why this is happening? pm_power_state_force() returns True.

Thanks, 

Jacob

Related