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

Reset watchdog on FPGA reset #80

Closed
Peter-van-Tol opened this issue Feb 10, 2024 · 0 comments · Fixed by #81
Closed

Reset watchdog on FPGA reset #80

Peter-van-Tol opened this issue Feb 10, 2024 · 0 comments · Fixed by #81
Assignees
Labels
enhancement New feature or request

Comments

@Peter-van-Tol
Copy link
Owner

When starting LinuxCNC, closing the instance will trigger the watchdog. When LinuxCNC is restarted, the watchdog has_bitten pin is still HIGH. This needs then to be reset by hand. Setting it in the HAL doesn't help, because the data is first read from the FPGA, thus overwriting the setting set by setp.

Solution: the watchdog needs to be reset when the card is reset.

@Peter-van-Tol Peter-van-Tol added the enhancement New feature or request label Feb 10, 2024
@Peter-van-Tol Peter-van-Tol self-assigned this Feb 10, 2024
@Peter-van-Tol Peter-van-Tol linked a pull request Feb 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant