when I test 57020216 RAM ECC, I use the demo that is provided by 570LS3137 (named: Hercules Safety MCU Demos) .
Single bit error is OK, but there is something wrong when testing double bit error.
While debug in the test function( demo ), by watching the register , the double bit error could be reported (in debug mode ),
but end of the test function( the execution pointer is out of the test function), the execution pointer could be initialized ,and the project would be rerunning from the beginning! And then the test function(demo) could be execute again and again, just like endless loop.
We suposed the following 2:
1.Is there some software, that the execution pointer could be initialized after the test function(demo) ?
2.Is there some hardware in the 570 board ,while double bit error occured, the project would be initialized?
Could anybody reply me ?
Thanks a lot!