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
NaNs result from things like dividing by zero and can silently causes a lot of issues. We should try to raise exceptions in these cases, if possible, to make the issue as obvious as possible. The same thing goes for other unhandled exceptions. Currently, the Dev Board will silently crash and this makes debugging difficult. Simply beeping the buzzer in a custom HardFault handler is likely a good way to notify the operator when something is wrong.
The text was updated successfully, but these errors were encountered:
NaNs result from things like dividing by zero and can silently causes a lot of issues. We should try to raise exceptions in these cases, if possible, to make the issue as obvious as possible. The same thing goes for other unhandled exceptions. Currently, the Dev Board will silently crash and this makes debugging difficult. Simply beeping the buzzer in a custom HardFault handler is likely a good way to notify the operator when something is wrong.
The text was updated successfully, but these errors were encountered: