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.

TMS570LS3137: CPU continuously enters esmGroup1Notification interrupt response function (flash single error)

Part Number: TMS570LS3137


Hi team,

Here's an issue from the customer may need your help:

The CPU continues to enter the esmGroup1Notification interrupt response function,(esmGroup1Notification, VEC:6, FEDACSTATUS:0x102,FCORERRCNT:0,FCORERRADD:0x17AF38,FEDACCTRL1:0xA060A,ESM ERR:0)

if( vec == ESM_G1ERR_FMC_CORR )                 	/* flash single error */
    {
        flashWREG->FEDACSTATUS = 0x06U;                 /* clear error flag */
        xESM.ecc.u32FlashAddr = flashWREG->FCORERRADD;
        xESM.ecc.u8FlashE1Cnt++;
    }
Could you help check this case? Thanks.
Best Regards,
Cherry