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.

TMS570LS0432: ecc test No response

Part Number: TMS570LS0432


Hello

Team

I want to test my software the ECC function

 Now In my code ,the start up.c .

  SL_Init_ECCTCMRAM(10, TRUE);            /* Enable TCM RAM ECC */

I also in the HCG set the esm interrup ,and in esm set esm26 28

the test code is

*(volatile uint32 *)(0x08400000U) ^ 0x03;

*(volatile uint32 *)(0x08400000U) ^ 0x01;

my code dont go in the interrupt ,why??