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

Change R5 WDT Enable Resistor to a Solder Jumper #18

Closed
Mikefly123 opened this issue Jul 15, 2024 · 2 comments
Closed

Change R5 WDT Enable Resistor to a Solder Jumper #18

Mikefly123 opened this issue Jul 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Mikefly123
Copy link
Member

Intended Behavior

When the WDT Enable is soldered, the external hardware watchdog should have the ability to reset the uController.

What is Currently Happening

We borrowed the WDT circuit from Max Holliday's PyCubed. For some reason though he make the WDT Enable Connection a 10k resistor rather than a direct connection to the reset line. See the schematic in the attached image. As a result the WDT does not appear to actually do anything, this is probably because it cannot overcome the 10k 3v3 pull-up.
Screenshot 2024-07-14 at 7 32 48 PM

This is contrary to Maxim's recommended application schematic, which just directly connects the pins between the WDT and the uController reset pins.
Screenshot 2024-07-14 at 7 36 58 PM

@Mikefly123 Mikefly123 added the bug Something isn't working label Jul 15, 2024
@Mikefly123
Copy link
Member Author

This was implemented in Commit #97da555,

@Mikefly123
Copy link
Member Author

Screenshot 2024-07-14 at 11 07 27 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant