Other Parts Discussed in Thread: HALCOGEN
Hello
Team
I use the library demo. In the startup.c ,which the code is
esmInit();
/* initialize copy table */
__TI_auto_init();
SL_ESM_Init(ESM_ApplicationCallback);
A few days ago, the ECCbit failure of my setting has not been interrupted, and it is found that the problem is ,if I cancel the SL_ESM_Init(ESM_ApplicationCallback);
that the interrupt function is normal. but the demo have the SL_ESM_Init(ESM_ApplicationCallback);
I want to know Why did he not interrupt it? Should I cancel or change SL_ESM_Init code?