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

Initialize some pins to VDDIOH on MAX78002EVKIT, MSDK-927 #406

Merged
merged 3 commits into from
Feb 24, 2023

Conversation

Jake-Carter
Copy link
Contributor

This PR initializes some pins that are pulled up to 3v3 on the MAX780002EVKIT. The board startup file has been modified to set VSSEL of these pins to VDDIOH.


From MSDK-927

8 GPIOs are configured to use VDDIO (1.8V), but are pulled up to 3V3 via 10kohm resistors on the AI87 external EVKit. This injects current into the VDDIO/VDDA node and causes it to rise to about 2.4V in Standby, Backup and PowerDown modes.

Pin Resistor

P0.0 R110

P1.10 R98

P1.11 R95

P1.12 R94

P1.13 R93

P1.14 R93

P1.16 R96

P2.2 R104

@@ -292,6 +300,12 @@ int Board_Init(void)
MXC_SYS_ClockEnable(MXC_SYS_PERIPH_CLOCK_GPIO1);
MXC_SYS_ClockEnable(MXC_SYS_PERIPH_CLOCK_GPIO2);

// Set VSSEL to VDDIOH to for any pins that are pulled
Copy link
Contributor

Choose a reason for hiding this comment

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

"to for" typo.

@Jacob-Scheiffler Jacob-Scheiffler merged commit d18bd3e into main Feb 24, 2023
@Jake-Carter Jake-Carter deleted the fix/MSDK-927 branch February 24, 2023 19:22
Jake-Carter added a commit that referenced this pull request Mar 7, 2023
* Initialize some pins to VDDIOH on MAX78002EVKIT, MSDK-927

* clang-format

* Fix comment typo
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.

3 participants