This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1843: Question about rlBssEsmFault & rlAnalogFault

Part Number: AWR1843
Hi
Occasionally, our products will report the following rlBssEsmFault & rlAnalogFault, and we have not yet obtained detailed fault codes,
The comments in the code are written relatively briefly
 
typedef struct rlBssEsmFault
{
    /**
    * @brief  Bits Definition
               0   Ramp gen sub block error \n
               1   RESERVED \n
               2   GPADC RAM sub block error \n
               3   VIM RAM sub block error \n
               4   DFE self test error \n
               5   VIM self test error \n
               6   B0 TCM sub block error \n
               7   B1 TCM sub block error \n
               8   CCMR4 selftest error \n
               9   ATCM sub block error \n
               10  Ramp gen self test error \n
               11  Ramp gen parity self test error \n
               12  Sequence extinguisher self test error \n
               13  Sequence extinguisher sub block error \n
               14  RESERVED \n
               15  AGC RAM sub block error \n
               16  B1 TCM parity check error \n
               17  B0 TCM parity check error \n
               18  ATCM parity check error \n
               19  Mailbox MSS to BSS sub block error \n
               20  Mailbox BSS to MSS sub block error \n
               31:21  RESERVED \n
    */
    rlUInt32_t esmGrp1Err;
    /**
    * @brief  Bits Definition \n
               0   DFE STC error \n
               1   CR4 STC error \n
               2   CCMR4 comparator error \n
               3   B0TCM DB error \n
               4   B1TCM DB error \n
               5   ATCM DB error \n
               6   DCC error \n
               7   Sequence extinguisher error \n
               8   Synthesizer frequency monitoring error \n
               9   DFE parity error \n
               10  Ramp gen DB error \n
               11  Bubble correctin fail \n
               12  Ramp gen lockstep error \n
               13  RTI reset error \n
               14  GPADC RAM DB error \n
               15  VIM comparator error \n
               16  CR4 live clock error \n
               17  Watch dog timer NMI error \n
               18  VIM RAM DB error \n
               19  Ramp gen parity error \n
               20  Sequence extinguisher DB error \n
               21  DMA MPU error \n
               22  AGC RAM DB error \n
               23  CRC comparator error \n
               24  Wakeup status error \n
               25  Short circuit error \n
               26  B1 TCM parity error \n
               27  B0 TCM parity error \n
               28  ATCM parity error \n
               29  Mailbox MSS to BSS DB error \n
               30  Mailbox BSS to MSS DB error \n
               31  CCC error \n
    */
    rlUInt32_t esmGrp2Err;
}rlBssEsmFault_t;
/*! \brief
* Analog fault strucure for event RL_RF_AE_ANALOG_FAULT_SB
*/
typedef struct rlAnalogFaultReportData
{
    /**
     * @brief  Indicates which analog supply is in fault
     *         Bit    Definition
     *          0     1.8V BB Analog supply fault
     *          1     1.3V/1.0V RF supply fault
     *          2     Synth VCO LDO short circuit detected
     *          3     PA LDO short circuit detected
     *          31:4  RESERVED
     */
    rlUInt32_t  faultSig;
} rlAnalogFaultReportData_t;

I would like to learn more about the reasons for these faults

Where can I get more detailed information on these failures.
Regards,
yyf