This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is AXF file is equivalent for HEX file

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.

Parents
  • The axf and hex files are different. Axf files contains debugging information .
    Using uvision you may turn on the option to generate hex output also or other way is to use "fromelf" utility. Using this utility you an generate the hex file as well as binary file. The bin file may be used for checksum calculation.

    Suvidh

Reply
  • The axf and hex files are different. Axf files contains debugging information .
    Using uvision you may turn on the option to generate hex output also or other way is to use "fromelf" utility. Using this utility you an generate the hex file as well as binary file. The bin file may be used for checksum calculation.

    Suvidh

Children