Other Parts Discussed in Thread: HALCOGEN
Hello,
I have included all safety lib. as example in HALCOGEN, my project is compiling without error,
but when i check L2RAMECCCHECK then retVal is always false as i call retVal = SL_SelfTest_SRAM(SRAM_ECC_ERROR_FORCING_1BIT, TRUE, &result); and code is stuck to if(retVal == false){while(1);,
Observation:
1. After fault inject ESMHandler is getting call,
2. On returning from ESMHandler the retVal is false and code is stuck at while,
Let me know is there is any Halcogen setting or any thing i missed.
Thanks and regard,
Vikas N.