Arm compiler generates axf file as executable .is it same as hex file.How to calculate checksum for AXF file and how to put checksum value in the specified location of a memory.
Thank you for the reply.How to calculate checksum for .AXF file.Checksum is required for code validation.
Regards Anuradha.
The only method i think would be to convert the axf file into bin file using "fromelf" and calculating the checksum.Then appending it to the bin file and convert it back into hex.
Suvidh