• Code for Checksum
    I am working on this PLM51 code written for 80552 written many years ago.I am basically trying to re-write the whole code in embedded c using Keil.The statement given below is part of PLM51 code that...
  • Checksum problem
    I have a problem about checksum and I am in a hurry to understand. The same source code is compiled by different version of KeilC compiler. Are their checksum same? If they are different, how to prove...
  • Checksum calculation of a specific part of the code
    Is it possible to force the compiler (with a directive or something) to store a specific part of the code in a predefined area in the memory? What I want to do is to be able to calculate a checksum...
  • verify vector checksum
    Hi, I've installed a second bootloader code, which is already running, but I'm facing a problem to test if the user application is really valid. My bootloader which starts at 0x00 will start...
  • ROM Region checksum
    Does the scatter loading file mechanism have some method of adding a checksum to a rom region? And, most of all, if this exist: Can the checksum be reproduced by the target? Doing this manually for...