Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r7da76d7131d824ab15f58857eeeedcf128e57391 -r2e56d2d983becc4b15bd296d583e046e061a5719 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 7da76d7131d824ab15f58857eeeedcf128e57391) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 2e56d2d983becc4b15bd296d583e046e061a5719) @@ -550,6 +550,9 @@ // Reset comm flags after processing incoming responses resetFPGACommFlags(); + + // Monitor the power status + monitorFPGAPowerStatus(); } /*********************************************************************//** @@ -940,7 +943,7 @@ *************************************************************************/ static void monitorFPGAPowerStatus( void ) { - + // TOD fill up. Figure out the status of the power source from FPGA from NOE and Kai. } /*********************************************************************//** @@ -2321,6 +2324,20 @@ return ( fpgaSensorReadings.fpgaGPIO & FRONT_DOOR_SWITCH_MASK ); } +/*********************************************************************//** + * @brief + * The getFPGACartridgeLatchStatus function returns the FPGA cartridge latch + * status bit. + * @details Inputs: none + * @details Outputs: fpgaSensorReadings + * @return cartridge latch FPGA status bit + *************************************************************************/ +U16 getFPGACartridgeLatchStatus( void ) +{ + // TODO fill up + return 0; +} + #ifdef DEBUG_ENABLED /*********************************************************************//** * @brief