Skip to content

max16150 times out before nEXTRST goes high #24

Description

@EvanKrall

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions