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??