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

I tried to convert my hex file generated
by UV3 compiler (REALVIEW) to binary
using HEX2BIN.exe utility s/w.
The program keeps displaying the following
message:

ERROR: Invalid Record type in HEX record 1
STATUS: HEX to BIN conversion was not successfull.

Here is what I type in:

HEX2BIN /L0x8000 myfile.hex

Thanks in advance

Parents Reply Children
  • The best way is to do it the same place your are doing the hex2bin right now.

    You can do it at the command line if you like.

    fromelf --bin --output file.bin file.axf

    You can make use the "run user program" option from under the ide environment

    You can also run a .bat file you from within the ide if you need to run more than 1 or 2 programs