Add ACS Subsystem Commands #117

Merged
muellerr merged 26 commits from mueller/add-acs-ss-cmds into main 2022-11-02 10:33:18 +01:00
2 changed files with 10 additions and 5 deletions
Showing only changes of commit a4a228c42a - Show all commits

View File

@ -216,8 +216,11 @@ Event ID (dec); Event ID (hex); Name; Severity; Description; File Path
13701;0x3585;REBOOT_SW;MEDIUM; Software reboot occurred. Can also be a systemd reboot. P1: Current Chip, P2: Current Copy;bsp_q7s/core/CoreController.h
13702;0x3586;REBOOT_MECHANISM_TRIGGERED;MEDIUM;The reboot mechanism was triggered. P1: First 16 bits: Last Chip, Last 16 bits: Last Copy, P2: Each byte is the respective reboot count for the slots;bsp_q7s/core/CoreController.h
13703;0x3587;REBOOT_HW;MEDIUM;;bsp_q7s/core/CoreController.h
13801;0x35e9;SET_CONFIGFILEVALUE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13802;0x35ea;GET_CONFIGFILEVALUE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13803;0x35eb;INSERT_CONFIGFILEVALUE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13804;0x35ec;WRITE_CONFIGFILE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13805;0x35ed;READ_CONFIGFILE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13800;0x35e8;MISSING_PACKET;LOW;;mission/devices/devicedefinitions/ScexDefinitions.h
13801;0x35e9;EXPERIMENT_TIMEDOUT;LOW;;mission/devices/devicedefinitions/ScexDefinitions.h
13802;0x35ea;MULTI_PACKET_COMMAND_DONE;INFO;;mission/devices/devicedefinitions/ScexDefinitions.h
13901;0x364d;SET_CONFIGFILEVALUE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13902;0x364e;GET_CONFIGFILEVALUE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13903;0x364f;INSERT_CONFIGFILEVALUE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13904;0x3650;WRITE_CONFIGFILE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h
13905;0x3651;READ_CONFIGFILE_FAILED;MEDIUM;;mission/utility/GlobalConfigHandler.h

1 Event ID (dec) Event ID (hex) Name Severity Description File Path
216 13625 13701 0x3539 0x3585 ACK_RECEPTION_FAILURE REBOOT_SW LOW MEDIUM Failed to receive acknowledgment report P1: Return value P2: Apid of command for which the reception of the acknowledgment report failed Software reboot occurred. Can also be a systemd reboot. P1: Current Chip, P2: Current Copy linux/devices/ploc/PlocSupvHelper.h bsp_q7s/core/CoreController.h
217 13626 13702 0x353a 0x3586 EXE_RECEPTION_FAILURE REBOOT_MECHANISM_TRIGGERED LOW MEDIUM Failed to receive execution report P1: Return value P2: Apid of command for which the reception of the execution report failed The reboot mechanism was triggered. P1: First 16 bits: Last Chip, Last 16 bits: Last Copy, P2: Each byte is the respective reboot count for the slots linux/devices/ploc/PlocSupvHelper.h bsp_q7s/core/CoreController.h
218 13627 13703 0x353b 0x3587 WRITE_MEMORY_FAILED REBOOT_HW LOW MEDIUM Update procedure failed when sending packet. P1: First byte percent, third and fourth byte Sequence Count, P2: Bytes written linux/devices/ploc/PlocSupvHelper.h bsp_q7s/core/CoreController.h
219 13628 13800 0x353c 0x35e8 SUPV_REPLY_SIZE_MISSMATCH MISSING_PACKET LOW linux/devices/ploc/PlocSupvHelper.h mission/devices/devicedefinitions/ScexDefinitions.h
220 13629 13801 0x353d 0x35e9 SUPV_REPLY_CRC_MISSMATCH EXPERIMENT_TIMEDOUT LOW linux/devices/ploc/PlocSupvHelper.h mission/devices/devicedefinitions/ScexDefinitions.h
221 13630 13802 0x353e 0x35ea SUPV_UPDATE_PROGRESS MULTI_PACKET_COMMAND_DONE INFO Will be triggered every 5 percent of the update progress. P1: First byte percent, third and fourth byte Sequence Count, P2: Bytes written linux/devices/ploc/PlocSupvHelper.h mission/devices/devicedefinitions/ScexDefinitions.h
222 13700 13901 0x3584 0x364d ALLOC_FAILURE SET_CONFIGFILEVALUE_FAILED MEDIUM bsp_q7s/core/CoreController.h mission/utility/GlobalConfigHandler.h
223 13701 13902 0x3585 0x364e REBOOT_SW GET_CONFIGFILEVALUE_FAILED MEDIUM Software reboot occurred. Can also be a systemd reboot. P1: Current Chip, P2: Current Copy bsp_q7s/core/CoreController.h mission/utility/GlobalConfigHandler.h
224 13903 0x364f INSERT_CONFIGFILEVALUE_FAILED MEDIUM mission/utility/GlobalConfigHandler.h
225 13904 0x3650 WRITE_CONFIGFILE_FAILED MEDIUM mission/utility/GlobalConfigHandler.h
226 13905 0x3651 READ_CONFIGFILE_FAILED MEDIUM mission/utility/GlobalConfigHandler.h

View File

@ -47,6 +47,7 @@
0x44330015;PLOC_MPSOC_HANDLER
0x44330016;PLOC_SUPERVISOR_HANDLER
0x44330017;PLOC_SUPERVISOR_HELPER
0x44330032;SCEX
0x444100A2;SOLAR_ARRAY_DEPL_HANDLER
0x444100A4;HEATER_HANDLER
0x44420004;TMP1075_HANDLER_1
@ -70,6 +71,7 @@
0x445300A3;SYRLINKS_HK_HANDLER
0x49000000;ARDUINO_COM_IF
0x49010005;GPIO_IF
0x49010006;SCEX_UART_READER
0x49020004;SPI_MAIN_COM_IF
0x49020005;SPI_RW_COM_IF
0x49020006;SPI_RTD_COM_IF

1 0x00005060 P60DOCK_TEST_TASK
47 0x44330015 PLOC_MPSOC_HANDLER
48 0x44330016 PLOC_SUPERVISOR_HANDLER
49 0x44330017 PLOC_SUPERVISOR_HELPER
50 0x44330032 SCEX
51 0x44330032 0x444100A2 SCEX SOLAR_ARRAY_DEPL_HANDLER
52 0x444100A2 0x444100A4 SOLAR_ARRAY_DEPL_HANDLER HEATER_HANDLER
53 0x444100A4 0x44420004 HEATER_HANDLER TMP1075_HANDLER_1
71 0x44420031 0x445300A3 RTD_15_IC18_IMTQ SYRLINKS_HK_HANDLER
72 0x445300A3 0x49000000 SYRLINKS_HK_HANDLER ARDUINO_COM_IF
73 0x49000000 0x49010005 ARDUINO_COM_IF GPIO_IF
74 0x49010006 SCEX_UART_READER
75 0x49010005 0x49020004 GPIO_IF SPI_MAIN_COM_IF
76 0x49010006 0x49020005 SCEX_UART_READER SPI_RW_COM_IF
77 0x49020004 0x49020006 SPI_MAIN_COM_IF SPI_RTD_COM_IF