• Can MDK generate a checksum for built images?
    Hello, I am aware of tools like SRecord but they don't solve the problem of image checksum verification (image programmed by ULINK) during start-up, because they cannot patch an .axf file correctly...
  • Can MDK generate a checksum for built images?
    Hello, I am aware of tools like SRecord but they don't solve the problem of image checksum verification (image programmed by ULINK) during start-up, because they cannot patch an .axf file correctly...
  • How to generate the XLINK linker checksum for MSP430F2272?
    Hi, I have tried to generate the Checksum using Linker file and using Software calculation(Fast and Slow 16bit CRC). I used Polynomial as 0X 11021 and 0X1021. But the linker CRC and the Software CRC is...
  • How to generate the XLINK linker checksum for MSP430F2272?
    Hi, I have tried to generate the Checksum using Linker file and using Software calculation(Fast and Slow 16bit CRC). I used Polynomial as 0X 11021 and 0X1021. But the linker CRC and the Software CRC is...
  • Is there any tool can help me to generate Checksum for Hex file?
    Hi everyone, I'm a newbie for Keil C IDE and I created a hex file after compiling my program. Then, I wanted to add a checksum into my hex file and found out an article from http://www.keil.com/support...