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

feat(safety): create fault handling system #189

Open
1 of 4 tasks
t-bre opened this issue Dec 10, 2022 · 1 comment
Open
1 of 4 tasks

feat(safety): create fault handling system #189

t-bre opened this issue Dec 10, 2022 · 1 comment
Assignees
Labels
feature New features
Milestone

Comments

@t-bre
Copy link
Member

t-bre commented Dec 10, 2022

Description

Instead of calling Error_Handler() everywhere which just halts the system, an error handling system should be implemented which safely shuts down the system.

Requirements

  • Implement system for registering critical and non-critical faults.
  • Shut down system safely in event of critical fault, or repeated non-critical fault.
  • Broadcast fault state using CANBC.
  • Replace all instances of Error_Handler() with appropriate fault handler calls.
@t-bre t-bre added the feature New features label Dec 10, 2022
@t-bre
Copy link
Member Author

t-bre commented Dec 10, 2022

@Scaniox I will implement this system soon(ish), which your shutdown interrupt handler (#167) can call to shutdown the system.

@t-bre t-bre self-assigned this Dec 10, 2022
@t-bre t-bre added this to the STAG 9 milestone Dec 10, 2022
@tgodfrey0 tgodfrey0 modified the milestones: STAG 9, STAG X Mar 9, 2024
@Avdieienko Avdieienko modified the milestones: STAG X, STAG 11 Sep 17, 2024
@Avdieienko Avdieienko pinned this issue Sep 19, 2024
@Avdieienko Avdieienko self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants