• checksumming code
    what I worked with last had the ability to generate a checksum and include it in the load, does MDK-ARM have that ability and, if so, how?
  • 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...
  • IAP checksum read
    Hi, I'm using the P89LPC932A1 and attempting to read the global checksum using IAP during normal program execution. I have used this knowledgebase article as my guide: http://www.keil.com/support...
  • Checksum calculation example
    Can you tell me, what does "unsigned char CODE *" mean in checksum = calc_checksum ((unsigned char code *) 0, 0x4000); from "csumex" Keil example. My c166 compiler can't complile it. ...