• 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...
  • 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...
  • 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?
  • IAP write/read a Struct
    I have successfully made an IAP write and read call to flash memory with a simple data type like char or int. Now I am trying to do the same with a structure that I have defined. Currently, I simply...
  • 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...