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

panic handler #28

Closed
jordens opened this issue Jul 9, 2020 · 0 comments · Fixed by #79
Closed

panic handler #28

jordens opened this issue Jul 9, 2020 · 0 comments · Fixed by #79

Comments

@jordens
Copy link
Member

jordens commented Jul 9, 2020

I think we need a custom panic handler, at least for the beginning.
We'd usually want to follow the channel power down sequence but that's risky in a panic handler.
Assuming we currently don't touch the bias (dac7571) other than setting it to max pinchoff let's do the following:

for all channels:

  • signal_on_pin.set_low()
  • enable_power_pin.set_low()

Then turn on some led(s), print the panic, halt.

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 a pull request may close this issue.

1 participant