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

BIN file instead of Hexb

Is there a way in Uvision3 to obtain a .bin file instead of the .hex file, as the executable file format?

Parents
  • The line I use looks like:

    c:\bin\hex2bin Obj\AppName.hex

    The directory, if any, should match the one you select with the "Select Folder for Objects..." button. You should also check the "Create HEX File", so that the linker will create a hex file in the objects folder.

    Then, you just pass the name of the hex file to hex2bin.

Reply
  • The line I use looks like:

    c:\bin\hex2bin Obj\AppName.hex

    The directory, if any, should match the one you select with the "Select Folder for Objects..." button. You should also check the "Create HEX File", so that the linker will create a hex file in the objects folder.

    Then, you just pass the name of the hex file to hex2bin.

Children