Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAMD51 Voltage Regulator Default #128

Closed
jacky4566 opened this issue Jun 11, 2019 · 4 comments
Closed

SAMD51 Voltage Regulator Default #128

jacky4566 opened this issue Jun 11, 2019 · 4 comments

Comments

@jacky4566
Copy link

jacky4566 commented Jun 11, 2019

In pursuit of maximum power savings I noticed that Adafruit is not using the onboard SAMD51 Buck regulator despite the inclusion of an inductor onboard. Is there any reason for this?
On my own custom board I brought the idle from 10.4mA to 6.1mA just with one line.
SUPC->VREG.bit.SEL = 1;

The core code seems to use the LDO regulator by default:

SUPC->VREG.bit.SEL = 0;

@ladyada
Copy link
Member

ladyada commented Jun 11, 2019

you can totally use it if you like, but it makes the ADC noisy so we haven't used it much.

@ladyada ladyada closed this as completed Jun 11, 2019
@jacky4566
Copy link
Author

Whoah! @ladyada had her coffee this morning! Makes sense about the ADC.
Thanks that'll probably do it then!

@ladyada
Copy link
Member

ladyada commented Jun 11, 2019

🍵 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants