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.

CCS/RM57L843: Test SRAM & Flash ECC function

Part Number: RM57L843

Tool/software: Code Composer Studio

Hello,

I developed specific embedded system using RM57L843 cpu.

I would like to ask for advise on testing ECC function of SRAM and Flash memory.

I already know self test library and it can support ECC test function using diagnosis mode.

But, I want to test this functionality using real operation environment.

For example, I want to insert error forcely in my system. And then, I expect to jump into the ESM interrupt handler when ECC error is occurred.

To generate ECC error, I write dummy data(0x12345678) to specific area(0x00200000, bank1, sector 2) in Flash memory using Fapi_issueProgrammingCommand() with Fapi_DataOnly flag.

And next, I read specific area in my test code. But, ECC error is not occurred.

Please, give me any advise on my problem.

Thank you.