Hi,
In the latest ulisp for samd there’s a line in the sleep function :
SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;
Where can I find this reference ? I searched all files in the arduino folders , but was not able to locate it.
Thanks
Ronny Suy
Hi,
In the latest ulisp for samd there’s a line in the sleep function :
SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;
Where can I find this reference ? I searched all files in the arduino folders , but was not able to locate it.
Thanks
Ronny Suy
The uLisp SAMD sleep function is based on:
and:
Adafruit_SleepyDog WatchdogSAMD.cpp
Hope that helps.
David