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

hex file address order

When I create a hex file for a C file the addresses are not in order. Is there an option in uVision to make sure they are in order? The addresses are fine when I use an assembly file.

Parents
  • I just did a lottle research and found a cool utility called the HEX Workshop. You can download an evaluation version with a 30-day evaluation period.

    This program does a bunch of cool stuff.

    * It imports Intel HEX and Motorola S-Record Files
    * It exports Intel HEX-80, HEX-286, and HEX-386 files
    * It exports Motorols S-Record files
    * It creates BINARY files
    * It can create a C file with the data entered into an array. This is kinda cool if you create fonts for an LCD panel or other similar stuff.
    * Oh yeah, it sorts Intel HEX files, as well.

    Take a look at the following knowledgebase article for more info:

    http://www.keil.com/support/docs/2217.htm

    Jon

Reply
  • I just did a lottle research and found a cool utility called the HEX Workshop. You can download an evaluation version with a 30-day evaluation period.

    This program does a bunch of cool stuff.

    * It imports Intel HEX and Motorola S-Record Files
    * It exports Intel HEX-80, HEX-286, and HEX-386 files
    * It exports Motorols S-Record files
    * It creates BINARY files
    * It can create a C file with the data entered into an array. This is kinda cool if you create fonts for an LCD panel or other similar stuff.
    * Oh yeah, it sorts Intel HEX files, as well.

    Take a look at the following knowledgebase article for more info:

    http://www.keil.com/support/docs/2217.htm

    Jon

Children