Seeduino XIAO wont blink after RTC sleep

Hi fbb034
Please refer to the link below. Unfortunately, it seems that delay () cannot be used inside ISR ().

Note
Inside the attached function, delay() won’t work and the value returned by millis() will not increment. Serial data received while in the function may be lost. You should declare as volatile any variables that you modify within the attached function. See the section on ISRs below for more information.

1 Like