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

max16150 times out before nEXTRST goes high #24

Open
EvanKrall opened this issue Jun 27, 2022 · 0 comments
Open

max16150 times out before nEXTRST goes high #24

EvanKrall opened this issue Jun 27, 2022 · 0 comments

Comments

@EvanKrall
Copy link
Owner

the MAX16150 I'm using to handle the power button logic gives you 64ms for its ~CLR line to go high before it gives up and shuts off the power again -- the CM4's nEXTRST line doesn't go high soon enough.

best ways I can think of to work around this:

  • Use a voltage divider to bring 5v down to 3.3V, then also wire a GPIO to this 3.3V node. Use the gpio-poweroff dtoverlay to pull that GPIO low on shutdown.
  • check whether the 3.3V or 1.8V lines go high soon enough, use those instead
  • 555 timer or similar in one-shot mode, pulling the ~CLR pin high for longer?
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

1 participant