Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r4e4ab946c0bc4b668cf5b197c7f841355814ccf5 -rf9a866abfc44db38c01cb795fea894cce1042eec --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 4e4ab946c0bc4b668cf5b197c7f841355814ccf5) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision f9a866abfc44db38c01cb795fea894cce1042eec) @@ -7,8 +7,8 @@ * * @file TaskGeneral.c * -* @author (last) Darren Cox -* @date (last) 10-Mar-2022 +* @author (last) Dong Nguyen +* @date (last) 27-Sep-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -23,6 +23,7 @@ #include "DialInFlow.h" #include "DialOutFlow.h" #include "Fans.h" +#include "Integrity.h" #include "NVDataMgmt.h" #include "OperationModes.h" #include "PresOccl.h" @@ -82,7 +83,9 @@ // Monitor temperatures execTemperatures(); -#endif +#endif + // Monitor processor RAM status + execRAMMonitor(); // Run operation mode state machine execOperationModes(); @@ -113,7 +116,7 @@ // Manage alarm state execAlarmMgmt(); #endif - + // Manage data to be transmitted to other sub-systems execSystemCommTx(); }