Skip to content

Modifying MAX32672 LP example to get lowest current measurements. #529

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

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

Jacob-Scheiffler
Copy link
Contributor

This PR adds instructions in the MAX32672 LP example README on how to configure the EV kit to achieve low power measurements that match what is listed in the datasheet. Additionally, a function was added in the example code that sets all GPIOs low except for the SWD pins, and the push button/UART pins if they are in use.

…nts and adding instructions to configure Ev Kit to achieve low power measurements in data sheet.
int main(void)
{
// Delay to provide the debugger with a window to connect.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI updated this comment.

In general I have been leaning on the approach of "gating" the application start behind a push-button press or serial connection. "Push PB1 to start...", etc. The delay is ol' reliable so I'll leave it up to you

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^^^

int main(void)
{
// Delay to provide the debugger with a window to connect.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^^^

@Jacob-Scheiffler Jacob-Scheiffler merged commit a4fcbea into main Mar 30, 2023
@Jacob-Scheiffler Jacob-Scheiffler deleted the example/me21_lp_instructions branch March 30, 2023 18:17
@Jake-Carter Jake-Carter linked an issue Mar 30, 2023 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

MAX32672 Evaluation Kit - LP Example - Current Consumption
3 participants