Deep Sleep not working
I am trying to debug a custom board based on the DA14580 WLCSP34 package (with an external 32kHz oscillator). The processor is not waking up when the firmware is compiled with sleep_state_t app_default_sleep_mode = ARCH_DEEP_SLEEP_ON when burnt to the OTP. However, if I change the sleep_state_t app_default_sleep_mode to ARCH_EXT_SLEEP_ON, the system runs flawlessly from OTP. Furthermore, if I use ARCH_DEEP_SLEEP_ON and program the sysram with SmartSnippets, the system also runs fine, so the issue is only when booting from the OTP.