• 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...
  • 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 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...
  • 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...
  • Code checksum to the last 3 bytes in the flash on Cortex-M3
    Hi,all, How can I put the Code checksum to the last 3 bytes in the Rom on Cortex-M3? I know I need to do it in the linker file. Thanks