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

Parents Reply
  • Hi Jared,

    Yes it is that sample project and yes unmodified. So when it goes to sleep it measures ~0.5mA with the debugger disconnected which seems normal and then when it should go into deep sleep it measures 3mA. I am measuring through jumper J7 with SB1 cut. It also spits "ERROR: System off failed" on the UART and enters the while loop. I have tried it on a nRF52840dk as well with the same error.

Children
Related