• Checksum/End Of Firmware/Arm Cortex/Linker
    Hello, I am looking for help regarding uVision IDE and Toolchain with regards to finding the end of firmware. The specific version of the tools are: Toolchain: RealView MDK-ARM Version: 4.11 ...
  • Placing a checksum at the end of the used flash
    Hello I am wanting to place a checksum at the end of the flash image. I have a crc.c that only has this array - where I will manually replace xx and yy with the 16bit CRC, once I have made a .bin image...
  • Linker / place CRC Checksum in AXF File
    Is it possible to instruct the linker (target is an STM32) to place a CRC checksum on the code in the AXF file at a certain location without using any external tools? If yes, what is the crc width, polynomial...
  • 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...
  • 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?