-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Currently, SCAMP shuts down on a data abort. Given that the most-likely cause of this exception is a user command referencing an invalid memory address, shutting down is not very helpful.
In this scenario, recording DABT-related data, abandoning the failing command and returning to the SCAMP dispatcher seems possible and relatively low cost. Any communication protocol issues with the command issuer must be addresses.
Reactions are currently unavailable