Hai all, I am working on saftey critical application,so my requirement is to validate the code memory at run time.. Is there any method to validate the code during runtime...calculating check sum at runtime and verifying is possible and effective ??...
calculating check sum at runtime and verifying is possible and effective ??...
It's certainly possible. Whether it is effective or not depends on the type of checksum used and the requirements of the application.
Does this check need to be done once at startup, or run continuously?