GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package

LLCMMEMERR (724/0x2D4) - Telemetry Packet


"RAD750 MEM Error Report" (APP/LCM)

View Options: (help)

Context:

Description:

    One LLCMMEMERR telemetry packet is generated for each RAD750 memory error reported by hardware if the LCMECLMEC or LCMECLMEU error classes are set to the LCMLEVDIA error level.

Layout:  (hide detail; help)

RAD750 MEM Error Report (LLCMMEMERR)
Telemetry Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=0 SH APID=0x2D4
002 SF Sequence Count
004 Packet Length=25
006 Timestamp
00E DUMPFLAGS dmpFlags
010 MEMERRSTAT memStat
014 MEMERRCNT memCount
018 MEMERRLOG0 memLog0
01C MEMERRLOG1 memLog1

    typedef struct _LCM_LLCMMEMERR_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Info Dump Flags */
        LCM_DUMPFLAGS        dmpFlags;
    
        /* RAD750 MEM Error Status Register */
        unsigned int         memStat;
    
        /* RAD750 MEM Error Count Register */
        unsigned int         memCount;
    
        /* RAD750 MEM Error Log Register 0 */
        unsigned int         memLog0;
    
        /* RAD750 MEM Error Log Register 1 */
        unsigned int         memLog1;
    
    } LCM_LLCMMEMERR_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Info Dump Flags"

      Instance(s):  dmpFlags

      Attribute(s):  

      Brief:  "RAD750 MEM Error Count Register"

      Instance(s):  memCount

      Attribute(s):  

      Brief:  "RAD750 MEM Error Log Register 0"

      Instance(s):  memLog0

      Attribute(s):  

      Brief:  "RAD750 MEM Error Log Register 1"

      Instance(s):  memLog1

      Attribute(s):  

      Brief:  "RAD750 MEM Error Status Register"

      Instance(s):  memStat