Can't get it to low power during sleep - Samd21
Opened this issue · 2 comments
maxholgasson commented
Hi,
I'm using a ATSAMD21G18A with this library and while sleeping the power consumption doesn't go 2mA. Unfortunatly that's to much for my application. Is there any chance to get it lower with this lib?
facchinm commented
Hi @maxholgasson ,
do you have anything connected to the chip? All pins should be high Z to reach the maximum powersave, so you can skip pin initialization by declaring VERY_LOW_POWER at board level
https://github.com/arduino/ArduinoCore-samd/blob/master/boards.txt#L219
maxholgasson commented
Thanks for your answer!!
Yes I had some other parts connected but tried it also with the blank chip, only a crystal attached
I will try your suggestion