You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Error_Handler()with appropriate fault handler calls.