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

HEX2BIN and BIN2HEX

I have a code banked project and i generated three hexfiles from the OMF file (.h01, .h02 and .h03). According to the keil homepage I should be able to convert these files into a single file.

For a start i want to convert a hexfile to binary and back again, and then verify that the process is okay, which it seems not to be. I do as follows:

HEX2BIN.exe test.hex test.BIN
BIN2HEX.exe test.BIN testConv.HEX

I've tried with different [/option] settings without any luck.

The file i try with is the one for bank 1 .h01 (common bank + bank 1)

Could any one help?

0