You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When putting the Arduino Zero to sleep through the standby function call (provided by RTCZero) and using the attachInterrupt() to wake the processor, device will not be able to wake up. The EIC_WAKEUP register needs the pin corresponding WAKEUPENx bit set as mentioned in section 20.8.9 of the SAMD21 datasheet to enable the attachInterrupt to wake the processor during standby.