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

Investigate low-power pin states #54

Open
phillipstanleymarbell opened this issue Aug 31, 2019 · 3 comments
Open

Investigate low-power pin states #54

phillipstanleymarbell opened this issue Aug 31, 2019 · 3 comments
Labels
Help Wanted Extra attention is needed

Comments

@phillipstanleymarbell
Copy link
Member

Investigate low-power pin states.

@phillipstanleymarbell
Copy link
Member Author

See the lowPowerPinStates() function. Investigate whether/how much setting the SWD pins to GPIO (will remove SWD access) and driving them low will save.

@phillipstanleymarbell phillipstanleymarbell added the Help Wanted Extra attention is needed label Aug 31, 2019
@phillipstanleymarbell
Copy link
Member Author

phillipstanleymarbell commented Sep 2, 2019

See Section 12.1.1 "GPIO instantiation information" of KL03 family reference, KL03P24M48SF0RM.pdf

For the default state of pins, pull capability, etc., the manuals say:

  • PTA0 : pulled down at reset
  • PTA2 : pulled up at reset
  • PTA1 / RESET_b : pulled up at reset
  • PTB5 : pulled up at reset

See also, Section 5 of "Power Management for Kinetis L Family" (AN5088.pdf) for additional hints on pin setup for low power.

@phillipstanleymarbell
Copy link
Member Author

phillipstanleymarbell commented Sep 3, 2019

See also Power Management for Kinetis MCUs, Rev. 2, 04/2015, Section 2.6 Kinetis Energy Savings – Tips and Tricks for more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant