• load region and execute region
    can the execute region address exceed the range specified by the load region base address and max size setting?
  • 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...
  • 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...
  • 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...