System OFF/wakeup issue on nRF52840

I'm having an issue where my device doesn't wake from System OFF (on GPIO or VBUS toggle).

It worked on up to and including nRF Connect SDK v3.3.0-preview1. Doesn't work on v.3.3.0-preview2 and main as of right now.

Testing on Adafruit Feather nRF52840 Express and Seeed Xiao nRF52840.

Here's a minimal example demonstrating the issue:

github.com/.../nrf52840_system_off_mre

Parents Reply
  • By experience we know that the preview releases have a long list of issues that the team will work through, usually rc releases that come after preview releases are more stable, but even those can have issues. 

    My comment on stopping advertisement is something you need to implement regardless, else you will very likely get into problems later.

    Kenneth

Children
Related