• Check Sum
    Hi all, I have doubt in calculation check sum. currently in power on we r calculating checksum for code memory and verifying every cycle...but do we need to caclulate check sum for code memory before...
  • ARM Vector - Check sum
    How does the checksum stored in the reserved interrupt vector get there? If you look at the binary file it contains the hex bytes for a NOP instruction. Once flashed the value stored in memory is now...
  • Generating check sum for 8051 code
    Hi, I am trying to use the Keil specified steps in http://www.keil.com/support/docs/494.htm to generate checksum after I compile the code. I get following messages from Keil and wonder what I am...
  • Check sum calculation for the Boot Code in the STR 912FAW44
    Hi, I want to know the complete details about how to peform the checksum calcutions for the Boot code for STR912FAW44. Boot_Code_Start Address,Boot_Code_End_Address,Boot_Code_CRC_Location and...
  • ROM test
    I am trying to validate the flash during a self test using a CRC check. Most parts are in place, but one issue remains. How do I find the end of the flash (i.e. the amount of flash to be checked)? ...