CAF button wakeup does sometimes not happen in ncs 2.5.0, if pressed again while powering down

In ncs 2.4.0, this code was executed in power_manager.c when button pressed while powering down:

            LOG_INF("Wake up when going into sleep - rebooting");
            sys_reboot(SYS_REBOOT_WARM);
In ncs 2.5.0, this does not happen, leading to no more wakeup from that button if pressed again during power down
Note: Still works OK if button not pressed again until after power down is completed
Using custom board with nRF52840
Parents Reply
  • You are right. That is the pull request that should fix the issue. Sorry I didn't inform you about earlier.

    Since it is already merged, I can say that it's almost certain will be included in the next NCS release. However, I cannot comment on what that release would be, and when it would be. For that, you have to talk with your local sales manager contact.

    Do you think you can cherry-pick that pull request and see if it helps?

Children
Related