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: tms570 CPU 持续进入esmGroup1Notification中断响应函数(FLASH 单错)

Part Number: TMS570LS3137

570 CPU 持续进入esmGroup1Notification中断响应函数,(esmGroup1Notification, vec:6, FEDACSTATUS:0x102,FCORERRCNT:0,FCORERRADD:0x17AF38,FEDACCTRL1:0xA060A,ESM ERR:0)

在中断函数里面已经做了,清除错误标识动作.
if( vec == ESM_G1ERR_FMC_CORR )                 	/* flash 单错 */
    {
        flashWREG->FEDACSTATUS = 0x06U;                 /* 清错误标志 */
        xESM.ecc.u32FlashAddr = flashWREG->FCORERRADD;
        xESM.ecc.u8FlashE1Cnt++;

    }