|
CTS-SAT-1-OBC-Firmware
|
Satellites are expensive and complex. They're also difficult to debug once in orbit, and are challenging to patch (modify) once on orbit.
This guide explains some of the safety features of CTS-SAT-1.
The STM32's watchdog prevents latchups from firmware.
These logical features are implemented in the OBC's firmware.
Configuration variable: STM32_system_reset_interval_sec. If the system uptime exceeds this value, the system will reset (reboot).
Configuration variable: STM32_system_reset_no_uplink_interval_sec. If the duration since an AX100 uplink telecommand exceeds this value, the system will reset (reboot).