-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
The firmware should be able to mitigate SEUs by the following processes:
- Multiple copies of executable code + checksums in Flash Memory
- Bootloader verification of executable code against checksums
- Overwrite of corrupted executable code copies
- Canary regions in flash (and RAM?) to detect particle events and trigger a reset
- Error handling of hardware interfaces to trigger a power reset
...